jnturton opened a new pull request, #2705: URL: https://github.com/apache/drill/pull/2705
[DRILL-8357](https://issues.apache.org/jira/browse/DRILL-8357): Add new config options to the Splunk storage plugin ## Description The Splunk SDK and testcontainer are upgraded to 1.9.1 and 9 respectively. New config options supported by the Splunk SDK are added. None are required and none are present in the Splunk config template. |Name|Description| |app|The application context of the service.| |owner|The owner context of the service.| |token|A Splunk authentication token to use for the session.| |cookie|A valid login cookie.| |validateCertificates|Whether the Splunk client will validates the server's SSL cert.| In an accompanying commit the storage.plugin_auto_disable SYSTEM option default is changed from true to false so that users must explictly choose to have the auto disabler active. ## Documentation Add new options to the Splunk plugin doc page. ## Testing Set the config options and check that they are passed through to the Splunk SDK in SplunkConnection. -- 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