Skip to content

Commit

Permalink
different port
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 14, 2024
1 parent 4dfdc23 commit 736b3c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions configs/servicex.conf
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
input {
tcp {
# host => "0.0.0.0"
port => "80"
# codec => json
port => 5959
codec => "json"
ssl_client_authentication => none
dns_reverse_lookup_enabled => false
tcp_keep_alive => true
}
}

filter {
json {
source => "message"
remove_field => [ "message", "logger_name", "port", "type" ]
}
# 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
2 changes: 1 addition & 1 deletion logstash.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
http.host: "0.0.0.0"
# http.host: "0.0.0.0"
# just logstash monitoring. Should be done properly with a k8s secret etc.
xpack.monitoring.enabled: false
# xpack.monitoring.elasticsearch.hosts: ["https://atlas-kibana.mwt2.org:9200"]
Expand Down

0 comments on commit 736b3c2

Please sign in to comment.