Add default credentials to APM server extension

Fixes #411
This commit is contained in:
Antoine Cotten
2019-07-02 11:57:55 +02:00
parent 2c5ad2e415
commit e7f4481cc0

View File

@@ -3,4 +3,6 @@ apm-server:
output:
elasticsearch:
hosts: http://elasticsearch:9200
hosts: ['http://elasticsearch:9200']
username: elastic
password: changeme