Skip to content

Commit

Permalink
moved codec
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 14, 2024
1 parent 291a6a5 commit 4dfdc23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configs/servicex.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ input {
}

filter {
mutate{
remove_field => [ "logger_name", "port", "type" ]
json {
source => "message"
remove_field => [ "message", "logger_name", "port", "type" ]
}
# mutate{
# remove_field => [ "logger_name", "port", "type" ]
# }
}

output {
Expand Down

0 comments on commit 4dfdc23

Please sign in to comment.