Overview
The Juniper integration collects logs from devices running Junos OS, including:
- SRX series firewalls — flow, threat, IDP, web filtering, and system logs
- MX/EX/QFX switches and routers — system, change, and authentication events
- Junos Space Security Director — central audit and configuration events
Logs are streamed via structured syslog to an Atatus log collector, or pulled from Junos Space via REST API.
Prerequisites
- Junos device(s) reachable from your network.
- Admin access (or super-user) to configure syslog or create a Junos Space API user.
Step 1: Configure structured syslog on Junos
- SSH into the device and enter configuration mode:
configure
- Add a syslog destination pointing at your Atatus log collector:
set system syslog host <collector-host> any any
set system syslog host <collector-host> structured-data
set system syslog host <collector-host> port 514
- For SRX security logs, also configure security log streaming:
set security log mode stream
set security log format sd-syslog
set security log stream atatus host <collector-host>
- Commit the change:
commit and-quit
Step 1b (alternative): Junos Space API user
- Sign in to Junos Space.
- Go to Role Based Access Control → User Accounts → Create.
- Create a user with the Audit Administrator role.
- Note the Junos Space FQDN, username, and password.
Step 2: Connect Juniper in Atatus
- In Atatus, go to Security → Cloud SIEM → Integrations.
- Locate the Juniper card and click Connect.
- Fill in the form:
| Field | Description | Example |
|---|---|---|
| Source | syslog for Junos device streaming, junos_space for API pull. |
syslog |
| Hostname | Junos Space FQDN (only for junos_space). |
space.example.com |
| Username | Junos Space API username. | atatus-siem |
| Password | Junos Space API password. | •••••••• |
| Poll Interval (minutes) | How often to pull events (Junos Space only). | 5 |
| Enabled | Turn collection on. | true |
- Click Connect.
Note: When using
syslog, the Junos device pushes events directly to your Atatus log collector and the form needs only the Source and Enabled fields.
Verification
- The Juniper card shows Configured.
- Events appear in Security → Cloud SIEM → Audit Logs → Events with source
juniper.
+1-415-800-4104