How to enable forwarding Aria Logs appliance OS logs to a Syslog Server like Splunk SIEM
Aria Operations for Logs 8.x
To enabled OS logs forwarding from Aria Logs to Splunk, please follow the below steps:
Sample agent config should look like:
___________________________________
[server]
ssl_accept_any=yes
hostname=<loginsight_host_ip>
proto=cfapi
port=9543
ssl=yes
[filelog|li-log]
directory=/storage/var/loginsight
___________________________________
To only send audit logs from nodes we could add additionally add below line in filelog section above:
___________________________________
include=audit.log;audit.log.*