Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Jul 23, 2024
1 parent a30adb3 commit bd4d3bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/temps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ input {
filter {
json {
source => "message"
remove_field => [ "message" ]
# remove_field => [ "message" ]
}

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

# split {
# field => "data"
# }

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

Expand Down

0 comments on commit bd4d3bf

Please sign in to comment.