TCP

Receive the unstructured syslog messages over TCP.

Available options:

buffer_size: 1024

The socket buffer size, in bytes.

Example:

listener:
  tcp:
    buffer_size: 2048

socket_timeout: 60

The socket timeout, in seconds.

Example:

listener:
  tcp:
    socket_timeout: 5

max_clients: 5

The maximum number of parallel connections to accept.

Example:

listener:
  tcp:
    max_clients: 100