TABLE OF CONTENTS
Overview
Versa Analytics is a component of Versa Networks’ SD-WAN solution that provides in-depth monitoring, reporting, and analysis of network data. By integrating with ADR SIEM using Syslog, you can centralize Versa logs for comprehensive visibility, security event correlation, and proactive threat detection through the Collection and Control Engine (CCE) and Analytics and Policy Engine (APE).
Prerequisites
Versa Director and Versa Analytics are deployed and operational.
Administrative credentials for Versa Director and Versa Analytics.
ADR CCE IP address.
Syslog server (CCE) reachable over UDP port 514 (or TCP/TLS if configured).
Syslog service (rsyslog, syslog-ng, etc.) enabled on the CCE.
Step-by-Step Guide
Step 1 – Log in to Versa Director
Open browser →
https://<Versa_Director_IP>Login with admin credentials.
Step 2 – Navigate to Logging Configuration
Go to: Configuration → System → Logging Settings.
Select the organization/tenant where you want to apply the Syslog settings.
Step 3 – Configure Syslog Server in Versa Director
Click Add Syslog Server.
Fill in:
Name → e.g., ADR-CCE.
IP Address → ADR CCE IP.
Port →
514(default UDP).Protocol → UDP (or TCP/TLS if required).
Log Format →
RFC5424(recommended) orRFC3164.Logging Level →
INFOorWARNINGfor production;DEBUGfor troubleshooting.Categories → Select as:
✔️ alarm-type
✔️ sla-path-violation-log
✔️ threat-log
✔️ anti-virus-log
✔️ secure-access-log
Save changes.
Step 4 – Apply and Commit Configuration
Click Apply → then Commit to push the configuration.
Step 5 – Configure Syslog in Versa Analytics
Log in to Versa Analytics console.
Navigate to: Administration → Syslog Configuration.
Add the same Syslog server (CCE) details as above.
Save and Apply.
Verification (MSSP Only)
On ADR CCE Server
Run the following tcpdump to check logs are received:
sudo tcpdump -i any port 514 and host <Versa_IP> -s0 -AAAOn ADR UI
Login with admin credentials.
Navigate to: System → Logs and Flows Collection Status.
Verify that Versa device IP appears under Source Device IP.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article