fix(elk): change transport port configuration to static allocation

This commit is contained in:
Ben Martin 2024-12-19 13:47:19 +00:00
parent d7f8939bad
commit f60a3d3d38
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -24,7 +24,7 @@ job "elk" {
to = 9200
}
port "transport" {
to = 9300
static = 9300
}
port "envoy_metrics" {
to = 9102
@ -50,9 +50,6 @@ job "elk" {
listener_port = "envoy_metrics"
}
}
transparent_proxy {
exclude_inbound_ports = ["9300"]
}
}
}
}