You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Syslog output plugin allows you to deliver messages to Syslog servers, it supports RFC3164 and RFC5424 formats through different transports such as UDP, TCP or TLS.
4
+
5
+
6
+
| Field | Description | Scheme |
7
+
| ----- | ----------- | ------ |
8
+
| host | Host domain or IP address of the remote Syslog server. | string |
9
+
| port | TCP or UDP port of the remote Syslog server. |*int32 |
10
+
| mode | The desired transport type. | string |
11
+
| syslogFormat | The desired Syslog protocol format to use. | string |
12
+
| syslogMaxSize | Maximum size allowed per message. |*int32 |
13
+
| syslogSeverityKey | Name of the key from the original record that contains the Syslog severity number. | string |
14
+
| syslogFacilityKey | Key from the original record that contains the Syslog facility number. | string |
15
+
| syslogHostnameKey | Key name from the original record that contains the hostname that generated the message. | string |
16
+
| syslogAppnameKey | Key name from the original record that contains the Process ID that generated the message. | string |
17
+
| syslogProcessIDKey | Key name from the original record that contains the Message ID associated to the message. | string |
18
+
| syslogMessageIDKey | Key name from the original record that contains the Message ID associated to the message. | string |
19
+
| syslogSDKey | Key name from the original record that contains the Structured Data (SD) content. | string |
20
+
| syslogMessageKey | Key key name that contains the message to deliver. | string |
21
+
| tls | HTTP output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the TLS/SSL section. |*[plugins.TLS](../tls.md)|
0 commit comments