feat(elk): change transport port configuration to use dynamic allocation
This commit is contained in:
parent
68cb782059
commit
5ca5fac50b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue