We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bac2cb commit 27af6d8Copy full SHA for 27af6d8
.env.test
@@ -1,3 +1,6 @@
1
+# Your version of Splunk (default: latest)
2
+version=latest
3
+
4
# Access scheme (default: https)
5
scheme=https
6
# Splunk host (default: localhost)
@@ -9,11 +12,3 @@ port=8089
9
12
username=admin
10
13
# Splunk password
11
14
password=changed!
-
-# Your version of Splunk (default: latest)
-version=latest
15
16
-# Bearer token for authentication
17
-# splunkToken="<Bearer-token>"
18
-# Session key for authentication
19
-# token="<Session-Key>"
0 commit comments