Skip to content

Commit

Permalink
switch to http from tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 14, 2024
1 parent 11433e7 commit e4bca49
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions configs/servicex.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
input {
tcp {
http {
# host => "0.0.0.0"
port => "80"
codec => json
# port => "80"
}
}

filter {


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

Expand Down

0 comments on commit e4bca49

Please sign in to comment.