File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## Unreleased
2- - Added support for RFC5424 structured data.
2+ - Added support for RFC5424 structured data. [ # 67 ] ( https://github.com/logstash-plugins/logstash-output-syslog/pull/67 )
33
44## 3.0.5
55 - Docs: Set the default_codec doc attribute.
Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ use priority field if set to false
244244RFC5424 structured data is a string of one or more structured data elements, including brackets.
245245The elements need to be formatted according to link:https://datatracker.ietf.org/doc/html/rfc5424#section-6.3[RFC5424 section 6.3], for example:
246246
247- [source,ruby ]
248- `[exampleSDID@32473 iut="3" eventSource="Application" eventID="1011"][examplePriority@32473 class="high"]`
247+ [" source",subs="attributes" ]
248+ `[exampleSDID@32473 iut="3" eventSource="Application" eventID="1011"][examplePriority@32473 class="high"]`
249249
250250The new value can include `%{foo}` strings to help you build a new value from other parts of the event.
251251
You can’t perform that action at this time.
0 commit comments