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
1111# Your version of Splunk (default: 6.2)
1212version = 9.0
1313# Bearer token for authentication
14- # bearerToken ="<Bearer-token>"
14+ # splunkToken ="<Bearer-token>"
1515# 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:
111111 # Your version of Splunk Enterprise
112112 version=9.0
113113 # Bearer token for authentication
114- #bearerToken =<Bearer-token>
114+ #splunkToken =<Bearer-token>
115115 # Session key for authentication
116- #sessionKey =<Session-Key>
116+ #token =<Session-Key>
117117
118118#### SDK examples
119119
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ scheme=$scheme
1111# Your version of Splunk (default: 6.2)
1212version=$version
1313# Bearer token for authentication
14- #bearerToken =<Bearer-token>
14+ #splunkToken =<Bearer-token>
1515# Session key for authentication
16- #sessionKey =<Session-Key>
16+ #token =<Session-Key>
You can’t perform that action at this time.
0 commit comments