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


The following commit(s) were added to refs/heads/master by this push:
     new f0c1df207 Add links to Splunk docs in the Splunk plugin page.
f0c1df207 is described below

commit f0c1df2073c8abead6b042c291ebffc60cd4b1af
Author: James Turton <[email protected]>
AuthorDate: Tue Nov 15 12:15:10 2022 +0200

    Add links to Splunk docs in the Splunk plugin page.
---
 .../plugins/140-splunk-storage-plugin.md              | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 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 b1d1e003a..e99044327 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
@@ -35,16 +35,21 @@ containing the following properties.
 | 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   |
+| 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  |
+| 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.   
                      | 2.0   |
-| owner                | null      | The owner context of the service.         
                      | 2.0   |
-| token                | null      | A Splunk authentication token to use for 
the session.           | 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   |
+| 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   |
+
+[^1]: See [this Splunk 
documentation](https://docs.splunk.com/Documentation/Splunk/latest/Admin/Apparc
+hitectureandobjectownership) for more information.
+[^2]: See [this Splunk 
documentation](https://docs.splunk.com/Documentation/Splunk/latest/Security/CreateAuthTokens)
+for more information.
 
 ## Understanding Splunk's Data Model
 

Reply via email to