Insert excerpt |
---|
| ESLP:Permissions for Log Relay and Remote Log Collection (snippet) |
---|
| ESLP:Permissions for Log Relay and Remote Log Collection (snippet) |
---|
nopanel | true |
---|
|
You can use this document to send Juniper logs to Armor's Security Information & Event Management (SIEM).
This document only applies to:
...
- Log into the Juniper SRX device.
Access the privileged EXEC mode:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
user@hostname> configure |
Configure logging to a designated Armor Log Relay:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
[edit]
user@hostname(config)# set system syslog host <ipaddress1> <facility> <severity>
user@hostname(config)# set system syslog host <ipaddress1> port <port>
user@hostname(config)# set system syslog host <ipaddress1> source-address <ipaddress2>
user@hostname(config)# set system syslog host <ipaddress1> structured-data |
Note |
---|
- In <ipaddress1>, enter the IP address of the designated Armor Log Relay instance.
- To locate your IP address in AMP, in the left-side navigation, click Infrastructure, click Virtual Machines, and then review the Primary IP column for the corresponding virtual machine.
- In <ipaddress2>, enter the source IP address on the SRX from where syslog messages will be sent.
- In <facility>, to filter the type of logs sent to Armor, enter the corresponding facility number, such as 0 for kernel or 4 for authorization.
- In <severity>, to filter the type of logs sent to Armor, enter the corresponding severity level from 0 to 7.
- In <port>, enter 10150 for UDP.
|
Save the changes:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
[edit}
user@hostname# commit |
Review the logging configuration:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
user@hostname# show system syslog |
Info |
---|
Troubleshooting Verify that logs are formatted correctly, similar to the following example: Code Block |
---|
language | text |
---|
theme | Midnight |
---|
| May 22 2019 16:11:55 asav-984 : %ASA-4-411004: Interface Management0/0, changed state to administratively down |
|
...
Was this helpful?
Topics Discussed
...