Skip to content

Commit

Permalink
minor enhancements to reflect the pre copy edit state
Browse files Browse the repository at this point in the history
  • Loading branch information
mp3monster committed Aug 20, 2021
1 parent a8bfb94 commit ce16ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Chapter5/Fluentd/file-source-multi-out.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@
#### end file out
</store>

@include additionalStore.conf
</match>
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
computer ${hostname}
from ${record.dig("name", "firstname")}
msg processed ${record["msg"]}
msg_gsub ${record["msg"].gsub('I , 'We ')}
</record>
remove_keys $.name.surname
</filter>
Expand Down

0 comments on commit ce16ec4

Please sign in to comment.