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
Copy file name to clipboardExpand all lines: pipeline/outputs/syslog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The _Syslog_ output plugin lets you deliver messages to Syslog servers. It suppo
8
8
| --- | ----------- | ------- |
9
9
|`allow_longer_sd_id`| If `true`, Fluent Bit allows SD-ID values longer than 32 characters. SD-ID values that exceed 32 characters violate RFC5424 standards. |`false`|
10
10
|`host`| Domain or IP address of the remote Syslog server. |`127.0.0.1`|
11
-
|`mode`| Desired transport type. Available options are `tcp` and `udp`. |`udp`|
11
+
|`mode`| Desired transport type. Available options are `tcp` and `udp`. To use a TLS secure channel, set this to `tcp` and enable the `tls` option separately. Datagram Transport Layer Security (DTLS) over UDP isn't supported. |`udp`|
12
12
|`port`| TCP or UDP port of the remote Syslog server. |`514`|
13
13
|`syslog_appname_key`| Optional. The key name from the original record that contains the application name that generated the message. |_none_|
14
14
|`syslog_appname_preset`| Optional. The preset application name. It will be overwritten if `syslog_appname_key` is set and a key of a record is matched. |_none_|
0 commit comments