Skip to content

Commit cbe57ae

Browse files
authored
pipeline: output: syslog: add allow_longer_sd_id (#1073)
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent f4bad4a commit cbe57ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/syslog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ As of Fluent Bit v1.5.3 the configuration is very strict. You must be aware of t
2929
| syslog\_msgid\_preset | The preset message ID. It will be overwritten if `syslog_msgid_key` is set and a key of a record is matched. This configuration is optional. | |
3030
| syslog\_sd\_key | The key name from the original record that contains the Structured Data \(SD\) content. This configuration is optional. | |
3131
| syslog\_message\_key | The key name from the original record that contains the message to deliver. Note that this property is **mandatory**, otherwise the message will be empty. | |
32+
| allow\_longer\_sd\_id| If true, Fluent-bit allows SD-ID that is longer than 32 characters. Such long SD-ID violates RFC 5424.| false |
3233

3334
## Examples
3435

0 commit comments

Comments
 (0)