This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drill-site.git
commit f6a6c43171eb54663e217430b9dfb05c59c1d722 Author: James Turton <[email protected]> AuthorDate: Mon Jan 9 14:23:24 2023 +0200 Adjust release numbers listed in the Splunk config table from 2.0 to 1.21. --- .../plugins/140-splunk-storage-plugin.md | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md b/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md index e42aaf6af..c64ed8e57 100644 --- a/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md +++ b/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md @@ -30,21 +30,21 @@ containing the following properties. ### Configuration Options -| Option | Default | Description | Since | -| -------------------- | --------- | --------------------------------------------------------------- | ----- | -| type | (none) | Set to "splunk" to use this plugin | 1.19 | -| username | null | Splunk username to be used by Drill | 1.19 | -| password | null | Splunk password to be used by Drill | 1.19 | -| scheme | https | The scheme with which to access the Splunk host | 2.0 | -| hostname | localhost | Splunk host to be queried by Drill | 1.19 | -| port | 8089 | TCP port over which Drill will connect to Splunk | 1.19 | -| earliestTime | null | Global earliest record timestamp default | 1.19 | -| latestTime | null | Global latest record timestamp default | 1.19 | -| app | null | The application context of the service[^1] | 2.0 | -| owner | null | The owner context of the service[^1] | 2.0 | -| token | null | A Splunk authentication token to use for the session[^2] | 2.0 | -| cookie | null | A valid login cookie | 2.0 | -| validateCertificates | true | Whether the Splunk client will validates the server's SSL cert | 2.0 | +| Option | Default | Description | Since | +| -------------------- | --------- | -------------------------------------------------------------- | ----- | +| type | (none) | Set to "splunk" to use this plugin | 1.19 | +| username | null | Splunk username to be used by Drill | 1.19 | +| password | null | Splunk password to be used by Drill | 1.19 | +| scheme | https | The scheme with which to access the Splunk host | 1.21 | +| hostname | localhost | Splunk host to be queried by Drill | 1.19 | +| port | 8089 | TCP port over which Drill will connect to Splunk | 1.19 | +| earliestTime | null | Global earliest record timestamp default | 1.19 | +| latestTime | null | Global latest record timestamp default | 1.19 | +| app | null | The application context of the service\[^1\] | 1.21 | +| owner | null | The owner context of the service\[^1\] | 1.21 | +| token | null | A Splunk authentication token to use for the session\[^2\] | 1.21 | +| cookie | null | A valid login cookie | 1.21 | +| validateCertificates | true | Whether the Splunk client will validates the server's SSL cert | 1.21 | [^1]: See [this Splunk documentation](https://docs.splunk.com/Documentation/Splunk/latest/Admin/Apparchitectureandobjectownership) for more information. [^2]: See [this Splunk documentation](https://docs.splunk.com/Documentation/Splunk/latest/Security/CreateAuthTokens) for more information.
