System Configuration Requirements
- CPU and RAM:
A configuration of 2 vCPUs and 4 GB of RAM is sufficient for deployments. For higher loads, consider scaling up the resources. - Syslog System:
The Syslog system must be operational 24/7 to ensure continuous monitoring and logging. - IP Address:
A static IP address is required for stable connectivity and configuration.
SonicWall Ingestion Connector Configuration
Ingestion Configuration
- Navigate to the Connector page in the XDR portal and select Ingestion.
- Select Event Connector.
- Click Configure.
- Enter the Collector ID and Password.
- Click Validate and Save.
SonicWall Ingestion Connector Requirements
- Static IP Address: Ensure the machine has a static IP address.
- Docker Installation: Install Docker Engine by following the instructions on Get Docker.
- Start Docker with the following command:
sudo systemctl start docker
- Start Docker with the following command:
- Collect the system's IP address.
- Opening the Port for Firewall
For Linux and macOS:
Open port 514 in the system firewall using the following commands:# Opening port in linux system firewall sudo firewall-cmd --permanent --add-port=514/udp sudo firewall-cmd --reload
For Windows:
Open PowerShell as an administrator and run the following commands to open port 514:# Opening port in Windows system firewall New-NetFirewallRule -DisplayName "Allow UDP Port 514" -Direction Inbound -Protocol UDP -LocalPort 514 -Action Allow New-NetFirewallRule -DisplayName "Allow UDP Port 514" -Direction Outbound -Protocol UDP -LocalPort 514 -Action Allow
- Download the Docker image tar file from the provided URL:
https://connectors-xdr.seqrite.com/connectors/collector/download?collectorId=&nt;created collector id>&password >created collector password>&tid=<tenant-id>
- Load the Docker image using the following command:
sudo docker load --input <path_to_hhcollector-1.0.0.tar>
- Start the event collector agent with the following command:
--env TID= hhcollector
SonicWall Firewall Configuration
- Ensure the event collector is running.
- Access the SonicWall Web Interface.
- Navigate to Logs & Reporting > Log Settings > Syslog > Syslog Server.
- Add a new syslog server:
- Set the event collector machine's IP address.
- Set the UDP port to 514.
- Save the changes.