cgivre opened a new pull request, #2927: URL: https://github.com/apache/drill/pull/2927
# [DRILL-8503](https://issues.apache.org/jira/browse/DRILL-8503): Add Configuration Option to Skip Host Validation for Splunk ## Description in corporate installations, sometimes the organization will use self-signed certificates which can cause problems. This PR adds an option to bypass host validation for SSL connections in Splunk. The "correct" way to fix this would be to provide better SSL information, to include the certificate in the Splunk connection, however, Splunk's SDK does not allow for this and there are several open issues and PRs relating to this. This PR also bumps the Splunk SDK version to the latest version which is 1.9.5. ## Documentation An additional configuration option: `validateHostnames` has been added to the Splunk configuration. I updated the README.md file with this information and will be updating the documentation once this has been merged. ## Testing Ran existing unit tests and tested manually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org