TABLE OF CONTENTS
- Overview
- Prerequisites
- Configuration on ADR CCE (Enable TCP over TLS)
- Log in to the CCE server as user seceon.
- Configuration on McAfee ePO Console
- Verification (MSSP Only)
- Reference
Overview
This guide explains how to integrate McAfee ePolicy Orchestrator (ePO / Trellix ePO) with ADR (aiSIEM/aiXDR) for centralized monitoring and threat visibility. Logs from ePO are forwarded via Syslog to the CCE (Collection and Control Engine). If required, you can enable TCP over TLS on CCE for secure log forwarding.
Prerequisites
Administrative access to the McAfee ePO Console.
Administrative access to the ADR CCE Server.
Firewall rules allowing outbound traffic from ePO to CCE on port 514 TCP
If using TLS, SSL/TLS must be enabled on the CCE.
Configuration on ADR CCE (Enable TCP over TLS)
If LTS Disable
- Log in to the CCE server as user
seceon. Enter the log processor container:
otmdoc -s cce-log-processorNavigate to the config directory:
cd /docker/configOpen the file
logstash-bas-var.yml:vi logstash_bas_var.ymlPress i to insert and change:
tcp_over_tls: TrueSave and exit:
Press
Esc→ type:wq!→ press Enter.
Restart the log processor container:
otmdoc -r log-processor
If LTS Enable
Log in to the CCE server as user
seceon.Enter the log processor container:
otmdoc -s cce-logs-managerNavigate to the config directory:
cd /docker/configOpen the file
logstash-bas-var.yml:vi syslog_bas_var.ymlPress i to insert and change:
tcp_over_tls: TrueSave and exit:
Press
Esc→ type:wq!→ press Enter.
Restart the log processor container:
otmdoc -r log-manager
Configuration on McAfee ePO Console
Log in to the McAfee ePO Console.
Navigate: Menu → Configuration → Registered Servers.
Click New Server to open the Registered Server Builder.
From Server Type, select Solidcore Syslog Server.
Specify:
Server Name (descriptive, e.g., ADR-Syslog).
Notes (optional).
Set Syslog Port →
514(or TCP if configured on CCE).Enter the CCE IP address in Server Address.
Select the type of logs to forward (choose from Syslog Facility list).
Click Test Syslog Send → ensure it succeeds.
Click Save.
You can either:
Send specific responses to the Syslog server, or
Use the seeded response option to forward all Solidcore events to ADR.
Verification (MSSP Only)
On CCE (CLI)
Run:
sudo tcpdump -i any port 514 and tcpChecks if syslog traffic is arriving from McAfee ePO.
On ADR UI
Log in with administrative rights.
Navigate: System → Logs and Flows Collection Status.
Verify that the McAfee ePO device IP appears under Source Device IP.
Confirm log count and parsing.
Reference
Trellix (McAfee) Docs – Configuring Syslog Server in ePO
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