Skip to content

Commit

Permalink
Prefixing parsed key/value values
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Friedrich committed Dec 17, 2018
1 parent b6313ca commit cb94e95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ filter {
kv {
# Convert the structured data into fields
source => "syslog5424_sd"
prefix => "sd_"
remove_field => [ "syslog5424_sd" ]
trim_key => "\["
trim_value => "\]"
Expand Down

0 comments on commit cb94e95

Please sign in to comment.