Skip to content

Commit

Permalink
back to reg
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Jul 24, 2024
1 parent fc287da commit 9717e1a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions configs/temps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ input {
filter {
json {
source => "message"
# remove_field => [ "message" ]
}

# if ("tPmAT5Ab3j7F9" not in [api_key]) {
# drop { }
# }
if ("tPmAT5Ab3j7F9" not in [api_key]) {
drop { }
}

# split {
# field => "data"
# }
if ([data]) {
split {
field => "data"
}
}

mutate {
remove_field => [ "headers", "api_key", "host", "port", "message" ]
Expand Down

0 comments on commit 9717e1a

Please sign in to comment.