Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced-topics/stack-monitoring.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The referenced Secret must contain the following connection information:
- `url`: the URL to reach the Elasticsearch cluster
- `username`: the username of the user to be authenticated to the Elasticsearch cluster
- `password`: the password of the user to be authenticated to the Elasticsearch cluster
- `ca.crt`: the CA certificate in PEM format to secure communication to the Elasticsearch cluster (optional)
- `ca.crt`: the contents of the CA certificate in PEM format to secure communication to the Elasticsearch cluster (optional)

[source,yaml,subs="attributes,callouts"]
----
Expand Down