Skip to content

Commit 2a85555

Browse files
committed
fixed review comments
Signed-off-by: Tero Saarni <[email protected]>
1 parent 26aec39 commit 2a85555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ use priority field if set to false
244244
RFC5424 structured data is a string of one or more structured data elements, including brackets.
245245
The 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

250250
The new value can include `%{foo}` strings to help you build a new value from other parts of the event.
251251

0 commit comments

Comments
 (0)