TCP
For reliable log delivery with connection-based framing. Messages are newline-delimited.CAP_NET_BIND_SERVICE.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Receive infrastructure logs over TCP or UDP using standard syslog protocols.
[sources.syslog_tcp]
port = 514
CAP_NET_BIND_SERVICE.
[sources.syslog_udp]
port = 514
[sources.syslog_udp]
port = 514
num_workers = 8
[sources.syslog_tcp]
port = 514
address = "::" # Bind address
max_message_size = 8192 # Max syslog message (8 KB)
connection_timeout = "30s" # Idle connection timeout
no_delay = true # TCP_NODELAY
flush_interval = "100ms" # Batch flush interval
batch_size = 500 # Messages per batch
max_connections = 10000 # Connection limit
[sources.syslog_udp]
port = 514
address = "::" # Bind address
num_workers = 4 # Parallel UDP workers
max_message_size = 8192 # Max syslog message (8 KB)
flush_interval = "50ms" # Faster flush for UDP bursts
batch_size = 500 # Messages per batch