Skip to content

Commit

Permalink
rem
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Feb 6, 2024
1 parent d7f56df commit b212d68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/crest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ input {
}

filter {
if [token] not in [ "crest" ] {
drop {}
}
# if [token] not in [ "crest" ] {
# drop {}
# }
mutate {
remove_field => [ "logger_name", "port", "type", "crest" ]
remove_field => [ "logger_name", "port", "type", "token" ]
}
}

Expand Down

0 comments on commit b212d68

Please sign in to comment.