Skip to content

Commit

Permalink
[DOCS] Fix Elastic Agent input examples
Browse files Browse the repository at this point in the history
  • Loading branch information
renshuki authored Feb 13, 2024
1 parent faf0e58 commit 87e0034
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ adjust it as needed.
input {
elastic_agent {
port => 5044
ssl => true
ssl_enabled => true
ssl_certificate_authorities => ["/path/to/ca.crt"]
ssl_certificate => "/path/to/logstash.crt"
ssl_key => "/path/to/logstash.pkcs8.key"
ssl_verify_mode => "force_peer"
ssl_client_authentication => "required"
}
}
Expand All @@ -153,11 +153,11 @@ Self-managed {es} cluster example:
input {
elastic_agent {
port => 5044
ssl => true
ssl_enabled => true
ssl_certificate_authorities => ["/path/to/ca.crt"]
ssl_certificate => "/path/to/logstash.crt"
ssl_key => "/path/to/logstash.pkcs8.key"
ssl_verify_mode => "force_peer"
ssl_client_authentication => "required"
}
}
Expand Down

0 comments on commit 87e0034

Please sign in to comment.