Skip to content

Commit

Permalink
Add default credentials to APM server extension
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Jul 2, 2019
1 parent 2c5ad2e commit e7f4481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/apm-server/config/apm-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ apm-server:

output:
elasticsearch:
hosts: http://elasticsearch:9200
hosts: ['http://elasticsearch:9200']
username: elastic
password: changeme

0 comments on commit e7f4481

Please sign in to comment.