Table of Contents
Overview
Dell EMC Isilon is a scale-out NAS storage system that provides enterprise-grade file storage. By integrating Isilon with ADR SIEM via syslog, administrators can centralize monitoring of system events, authentication attempts, and security logs. The logs are pushed directly from Isilon to the CCE (Collection and Control Engine) and processed by the APE (Analytics and Policy Engine) for visibility and proactive threat detection.
Prerequisites
Administrative access to the Isilon OneFS WebUI or CLI.
CCE IP address for log forwarding.
Ensure UDP port 514 is open between Isilon and ADR CCE.
ADR CCE server is reachable from the Isilon system.
Steps to Configure Syslog on Isilon
Using WebUI
Log in to Isilon OneFS WebUI as an administrator.
Navigate to:
Cluster Management → Events and Alerts → Syslog SettingsClick Add Syslog Server.
Enter the following details:
Syslog Server: Enter the CCE IP address.
Protocol: UDP (default).
Port: 514 (default).
Facility: Choose an appropriate facility (e.g., local0).
Severity Level: Recommended → Informational or higher.
Save and apply the configuration.
Verification (MSSP Only)
On CCE Server
Run:
sudo tcpdump -i any port 514 and host <Isilon_IP> -s0 -AAAYou should see syslog packets arriving from the Isilon system.
On ADR UI
Log in to ADR UI.
Navigate to: System → Logs and Flows Collection Status.
Confirm the Source Device IP (Isilon) is visible and logs 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