Skip to content

Commit

Permalink
Moving all parsed key/value fields into a nested field called 'sd'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Friedrich committed Dec 19, 2018
1 parent e18c199 commit 03f805d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ filter {
kv {
# Convert the structured data into fields
source => "syslog5424_sd"
prefix => "sd_"
target => "sd"
remove_field => [ "syslog5424_sd" ]
trim_key => "\["
trim_value => "\]"
Expand Down

0 comments on commit 03f805d

Please sign in to comment.