Skip to content

Commit

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

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

# if [token] not in [ "crest" ] {
# drop {}
# }
}

output {
Expand Down

0 comments on commit d7f56df

Please sign in to comment.