TABLE OF CONTENTS
Overview
Aruba Controllers can be configured to forward syslogs to an external collector. This guide provides the steps to integrate Aruba Controllers with ADR SIEM using Syslog forwarding to the CCE (Collection and Control Engine) for centralized monitoring, threat detection, and compliance reporting.
Prerequisites
Aruba Controller admin credentials (Web UI or CLI).
CCE IP address (ADR Collector).
Ensure UDP 514 is open between the Aruba Controller and the ADR CCE.
ADR SIEM UI access with admin privileges.
Syslog Configuration on Aruba Controller
Option A: CLI Method
SSH into the Aruba Controller with admin credentials.
Enter configuration mode:
configure terminalDefine the syslog server:
logging <CCE_IP> severity informationalReplace
<CCE_IP>with your ADR CCE IP.severity informationalensures all events are captured.
Save the configuration:
write memory
Option B: Web UI Method
Log in to the Aruba Controller Web UI.
Navigate to:
Configuration → Management → Syslog ServersClick Add and provide the following details:
IP Address: ADR CCE IP
Port:
514Transport: UDP
Facility: Local0 (or as required)
Severity: Informational
Click Apply and then Save Configuration.
Verification (MSSP Only)
On CCE (CLI)
Run the following to confirm logs are arriving:
sudo tcpdump -i any port 514 and host <Aruba_Controller_IP> -AAAOn ADR SIEM UI
Go to System → Logs and Flows Collection Status.
Look under Source Device IP to confirm logs from Aruba Controller are ingested.
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