Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixup! [filebeat] use new elasticsearch credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Oct 13, 2021
1 parent 35fc6b3 commit 27da9ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/examples/security/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ daemonset:
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch-master:9200}'
username: '${ELASTICSEARCH_USERNAME}'
password: '${ELASTICSEARCH_PASSWORD}'
protocol: https
ssl.certificate_authorities:
- /usr/share/filebeat/config/certs/elastic-certificate.pem
secretMounts:
Expand Down

0 comments on commit 27da9ac

Please sign in to comment.