Skip to content

Commit

Permalink
ecamp3-logging: enable empty elasticsearch username/password for file…
Browse files Browse the repository at this point in the history
…beat
  • Loading branch information
BacLuc committed Dec 29, 2023
1 parent bc8b47b commit a808467
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ data:
cloud.auth: ${ELASTIC_CLOUD_AUTH}
output.elasticsearch:
hosts: ['${ELASTICSEARCH_HOST:elasticsearch}:${ELASTICSEARCH_PORT:9200}']
username: ${ELASTICSEARCH_USERNAME}
password: ${ELASTICSEARCH_PASSWORD}
hosts: [ '${ELASTICSEARCH_HOST:elasticsearch}:${ELASTICSEARCH_PORT:9200}' ]
username: ${ELASTICSEARCH_USERNAME:-}
password: ${ELASTICSEARCH_PASSWORD:-}

0 comments on commit a808467

Please sign in to comment.