Activate Syslog Collector
Learn how to set up and activate the Syslog Collector applet on a Broker VM within your network.
Note
Collecting data from Corelight Zeek, Forcepoint DLP, and PingFederate by activating the Syslog Collector applet is only possible in your tenant if the tenant was activated before October 1, 2025 with an active Data Collection add-on.
To receive Syslog data from an external source, you must first set up the Syslog Collector applet on a Broker VM within your network.
Specifications and limits
To ensure reliable data ingestion, observe the following technical specifications and protocol-specific constraints:
Ingestion rate: The Syslog Collector supports a log ingestion rate of up to 90,000 logs per second (lps) with the recommended Broker VM setup.
Port capacity: The Syslog Collector listens for logs on specific ports and from any or specific IP addresses. A single Syslog Collector configuration supports up to 100 ports.
Protocol support: The collector supports TCP, Secure TCP, and UDP, following the RFC 6587 standard for transmission over TCP.
Message size limitations
UDP: Each syslog message is limited to 4 KB (the size of the read buffer). Messages exceeding this size will be truncated.
TCP with Non-Transparent-Framing: This is the most common option, using the newline character
\n(Hex 0x0A) as the end-of-line delimiter for syslog messages. In this mode, each message is limited to 64 KB. Messages larger than 64 KB are dropped and will cause the connection to close.TCP with Octet Framing: This method relies on the length specified by the sender. There is no explicit message size limit; the only practical limitation is the available system memory. This is the recommended framing for messages exceeding 64 KB.
Perform the following procedures in the order listed below.
Last updated
Was this helpful?
