Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
CEF Syslog Feedback
The CEF syslog feature is moved from the broker component and now is deprecated. Please migrate the syslog settings to the Admin Panel as described below.
To remove the syslog feedback configuration from the broker:
Step #1 - Open /home/sandbox/sandbox/broker.cfg in a text editor
Step #2 - Remove or comment out the following properties:
Step #3 - Save the file and restart the sandbox service
Syslog configuration
The syslog can be configured by navigating to Admin Panel -> Settings -> Configuration -> Monitoring -> Syslog.

Setting | Default Value | Description |
|---|---|---|
SYSLOG_ENABLED | false | Main switch to enable / disable CEF syslog feedback |
SYSLOG_HOST | Host name or IP address of the syslog server | |
SYSLOG_PORT | 5514 | Port of the syslog server |
SYSLOG_PROTOCOL | udp | Connection protocol to use: tcp or udp |
SYSLOG_FACILITY | local0 | Facility value used in the syslog header |
SYSLOG_TLS_ENABLED | false | Switch to enable / disable SSL/TLS verification for TCP sockets |
SYSLOG_TLS_CA_CERT | The path to the certificate to use to connect to syslog server using SSL/TLS | |
SYSLOG_TLS_NOVERIFY | false | Switch to disable TLS certificate verification for syslog server, and accept self-signed certificates |
SYSLOG_AUTH_EVENTS_LOGGING_ENABLED | false | Switch to enable / disable logging authentication events to syslog server |
SYSLOG_ADMIN_EVENTS_LOGGING_ENABLED | false | Switch to enable / disable logging admin events to syslog server |
SYSLOG_SCAN_RESULT_SUMMARY_LOGGING_ENABLED | false | Switch to enable / disable logging scan result summaries to syslog server |
When the SYSLOG_AUTH_EVENTS_LOGGING_ENABLED is enabled, the same authentication events with the same content that is in the Audit Logger Authentication is logged to the syslog server.
When the SYSLOG_ADMIN_EVENTS_LOGGING_ENABLED is enabled, the same admin setting change events that is in the Audit Logger Admin is logged to the syslog server. The contents of the log is reduced in some cases due to their size. The full logs can still be found under Admin Panel -> Audit Logger -> Admin.
Syslog Message Format in Sandbox
Sandbox uses the standardized Syslog message format, following Syslog Protocol Version 1.
Base Format
Date Host CEF:Version|Device Vendor|Device Product|Device Version|Device Event Class ID|Name|Severity|[Extension]
This format complies with the Common Event Format (CEF) standard, ensuring compatibility and reliable parsing by SIEM tools and other log management systems.
References to Syslog Standards
For a deeper understanding of the Syslog message format and transport methods, refer to the following RFCs:
Syslog Protocol (RFC 5424) – Defines the overall message structure 📄 RFC 5424 - Syslog Protocol
Syslog over TLS (RFC 5425) – For secure transmission over TLS 📄 RFC 5425 - Syslog over TLS
Syslog over UDP (RFC 5426) – For lightweight, best-effort delivery 📄 RFC 5426 - Syslog over UDP
Example CEF syslog messages:
Authentication event
Admin setting change event
Scan result summary
Test syslog integration
The syslog integration can be tested with the help of a commonly used syslog server like syslog-ng. You can find an example syslog-ng configuration file below, accepting messages on tcp or udp and storing them to a local file.
See the "Technical Datasheet" for a complete list of features: https://docs.opswat.com/filescan/datasheet/technical-datasheet