-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat] haproxy: Add support for stats exposed over HTTPS #16333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a couple of doubts, and please update the docs to mention the support of SSL and common HTTP options.
Btw, would it make sense to add TLS support for the TCP socket too? |
711028e
to
28f9acd
Compare
Honestly I would wait for a customer asking for such feature, unless you think this is a basic use case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WFG
Jenkins CI errors unrelated, so merging. |
…ic#16333) * Prepare tests first * Add support for stats exposed over HTTPS * Fix * Update CHANGELOG * Fix: https * Try: sleep * Fix * Fix: don't verify hostname in tests * Add information to docs about SSL, HTTP * Adjust code after review
This PR enables support for
stats
exposed via HTTPS forhaproxy
module.Also, dedicated system test using real certs added.
Issue: #14579