Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions reference/fleet/logstash-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ input {
ssl_certificate_authorities => ["<ca_path>"]
ssl_certificate => "<server_cert_path>"
ssl_key => "<server_cert_key_in_pkcs8>"
ssl_verify_mode => "force_peer"
ssl_client_authentication =>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ToDo: Complete example

}
}

Expand All @@ -53,7 +53,7 @@ output {
api_key => "<api_key>" <3>
data_stream => true
ssl => true
# cacert => "<elasticsearch_ca_path>"
ssl_certificate_authorities => "<elasticsearch_ca_path>"
}
}
```
Expand Down
Loading