Make APM server listen on non-loopback interfaces (#414)
This commit is contained in:
parent
f33e4c8040
commit
63c0de8815
|
@ -1,5 +1,5 @@
|
|||
apm-server:
|
||||
host: localhost:8200
|
||||
host: 0.0.0.0:8200
|
||||
|
||||
output:
|
||||
elasticsearch:
|
||||
|
|
Loading…
Reference in New Issue