File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ scheme=https
11
11
# Your version of Splunk (default: 6.2)
12
12
version = 9.0
13
13
# Bearer token for authentication
14
- # bearerToken ="<Bearer-token>"
14
+ # splunkToken ="<Bearer-token>"
15
15
# Session key for authentication
16
- # sessionKey ="<Session-Key>"
16
+ # token ="<Session-Key>"
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ here is an example of .env file:
111
111
# Your version of Splunk Enterprise
112
112
version=9.0
113
113
# Bearer token for authentication
114
- #bearerToken =<Bearer-token>
114
+ #splunkToken =<Bearer-token>
115
115
# Session key for authentication
116
- #sessionKey =<Session-Key>
116
+ #token =<Session-Key>
117
117
118
118
#### SDK examples
119
119
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ scheme=$scheme
11
11
# Your version of Splunk (default: 6.2)
12
12
version=$version
13
13
# Bearer token for authentication
14
- #bearerToken =<Bearer-token>
14
+ #splunkToken =<Bearer-token>
15
15
# Session key for authentication
16
- #sessionKey =<Session-Key>
16
+ #token =<Session-Key>
You can’t perform that action at this time.
0 commit comments