feat(elk): change transport port configuration to use dynamic allocation

This commit is contained in:
Ben Martin 2024-12-19 13:08:37 +00:00
parent 68cb782059
commit 5ca5fac50b
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -24,7 +24,7 @@ job "elk" {
to = 9200 to = 9200
} }
port "transport" { port "transport" {
static = 9300 to = 9300
} }
port "envoy_metrics" { port "envoy_metrics" {
to = 9102 to = 9102