Skip to content

Commit

Permalink
Update monitoring-internal-collection.asciidoc (#19422) (#19697)
Browse files Browse the repository at this point in the history
the monitoring configuration shows an extra `ssl`.
for example, `monitoring.elasticsearch.ssl.certificate_authorities` should be right but now it looks like `monitoring.elasticsearch.ssl.ssl.certificate_authorities`.
this documentation was added since the version 7.5.

Co-authored-by: uihyun <uihyun.kim@elastic.co>
  • Loading branch information
ycombinator and uihyun committed Jul 13, 2020
1 parent 64bf7fc commit ac89845
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ monitoring:
elasticsearch:
hosts: ["https://example.com:9200", "https://example2.com:9200"]
username: ""
ssl:
ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
ssl.certificate: "/etc/pki/client/cert.pem"
ssl.key: "/etc/pki/client/cert.key"
ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
ssl.certificate: "/etc/pki/client/cert.pem"
ssl.key: "/etc/pki/client/cert.key"
--------------------
+
You must specify the `username` as `""` explicitly so that
Expand Down

0 comments on commit ac89845

Please sign in to comment.