Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/outputs/syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The _Syslog_ output plugin lets you deliver messages to Syslog servers. It suppo
| --- | ----------- | ------- |
| `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` |
| `host` | Domain or IP address of the remote Syslog server. | `127.0.0.1` |
| `mode` | Desired transport type. Available options are `tcp` and `udp`. | `udp` |
| `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` |
| `port` | TCP or UDP port of the remote Syslog server. | `514` |
| `syslog_appname_key` | Optional. The key name from the original record that contains the application name that generated the message. | _none_ |
| `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_ |
Expand Down
Loading