Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 560 Bytes

File metadata and controls

12 lines (11 loc) · 560 Bytes
layout default
title Remote Syslog
parent Outputs
nav_order 10

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.