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
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 3 additions and 1 deletions

View File

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