-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add TLS certs verification for Splunk HEC exporter #3204
Add TLS certs verification for Splunk HEC exporter #3204
Conversation
@chaitanyaphalak please sign the CLA |
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.
Thanks for doing this, was just looking into it recently. Would be great to use HTTPClientSettings eventually but that may require some changes to core. This shouldn't make moving to HTTPClientSettings any harder so I think it's a good improvement for now.
ccd7c45
to
cefe441
Compare
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.
@chaitanyaphalak looks like tests still failing though
516d081
to
7cb3f49
Compare
7cb3f49
to
d64c672
Compare
d64c672
to
e94ce2e
Compare
e94ce2e
to
2105d44
Compare
@jrcamp all the tests/checks have passed, we should merge this :) I cant merge it :) |
Description: Adds support for TLS certificate verification while use splunk hec exporter
Link to tracking Issue: #3015
Testing: Tested on localhost
Documentation: Add documentation for new/replaced configuration options