Skip to content

Commit

Permalink
Merge pull request #3456 from jayonlau/cleanup
Browse files Browse the repository at this point in the history
Clean up extra spaces
  • Loading branch information
ashie committed Jul 13, 2021
2 parents f73c601 + eecf21f commit 649cca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/v0_12_filter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
</match>

# Composing two filters. For all events with the tag foo.bar,
#
#
# 1. The first filter filters out all events that has the field "hello"
# 2. Then, for those events, we downcase the value of the "name" field.
#
#
# - {"name":"SADA", "hello":100} gets filtered out
# - {"name":"SADA"} becomes {"name":"sada"}
# - {"last_name":"FURUHASHI"} throws an error because it has no field called "name"
Expand Down

0 comments on commit 649cca1

Please sign in to comment.