Skip to content

Conversation

karenzone
Copy link
Contributor

@karenzone karenzone commented Aug 22, 2025

Updates config example to use current SSL settings.
Closes: #2682

logstash-input-elastic_agent:
ssl_verify_mode replaced by ssl_client_authentication

logstash-output-elasticsearch:
cacert replaced by ssl_certificate_authorities

To Do

  • Complete updated settings with realistic values

@karenzone karenzone self-assigned this Aug 22, 2025
Copy link

github-actions bot commented Aug 22, 2025

🔍 Preview links for changed docs

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

Copy link
Contributor

@mashhurs mashhurs left a comment

Choose a reason for hiding this comment

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

LGTM!

@karenzone karenzone marked this pull request as ready for review August 22, 2025 19:56
@karenzone karenzone requested a review from a team as a code owner August 22, 2025 19:56
@karenzone
Copy link
Contributor Author

@mashhurs thanks so much for the info and the quick turnaround! ❤️

@karenzone karenzone merged commit 1385d2d into elastic:main Aug 22, 2025
7 checks passed
@karenzone karenzone deleted the 2682-ssl-settings branch August 22, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ElasticAgent] Update Logstash output doc to use most current ssl settings

3 participants