Skip to content

Commit ac89845

Browse files
ycombinatoruihyun
andauthored
Update monitoring-internal-collection.asciidoc (#19422) (#19697)
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 <[email protected]>
1 parent 64bf7fc commit ac89845

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libbeat/docs/monitoring/monitoring-internal-collection.asciidoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ monitoring:
102102
elasticsearch:
103103
hosts: ["https://example.com:9200", "https://example2.com:9200"]
104104
username: ""
105-
ssl:
106-
ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
107-
ssl.certificate: "/etc/pki/client/cert.pem"
108-
ssl.key: "/etc/pki/client/cert.key"
105+
ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
106+
ssl.certificate: "/etc/pki/client/cert.pem"
107+
ssl.key: "/etc/pki/client/cert.key"
109108
--------------------
110109
+
111110
You must specify the `username` as `""` explicitly so that

0 commit comments

Comments
 (0)