Link Search Menu Expand Document

Configure Remote Syslog

The Log Export Container uses fluent remote_syslog plugin. In order to enable it you need to specify LOG_EXPORT_CONTAINER_OUTPUT=remote-syslog and provide the following variables:

  • REMOTE_SYSLOG_HOST. Remote Syslog host address.
  • REMOTE_SYSLOG_PORT. Remote Syslog port.
  • REMOTE_SYSLOG_PROTOCOL. Remote Syslog protocol. Possible values: tcp or udp. Default: tcp.