File tree Expand file tree Collapse file tree 3 files changed +10
-615
lines changed
Expand file tree Collapse file tree 3 files changed +10
-615
lines changed Original file line number Diff line number Diff line change 1+ # Access scheme (default: https)
2+ scheme = https
13# Splunk host (default: localhost)
24host = localhost
35# Splunk admin port (default: 8089)
46port = 8089
7+
58# Splunk username
69username = admin
710# Splunk password
811password = changed!
9- # Access scheme (default: https)
10- scheme = https
11- # Your version of Splunk (default: 10.0)
12- version = 10.0
12+
13+ # Your version of Splunk (default: latest)
14+ version = latest
15+
1316# Bearer token for authentication
14- # splunkToken="<Bearer-token>"
17+ # splunkToken="<Bearer-token>"
1518# Session key for authentication
16- # token="<Session-Key>"
19+ # token="<Session-Key>"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ services:
55 platform : linux/amd64
66 environment :
77 - SPLUNK_START_ARGS=--accept-license
8+ - SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com
89 - SPLUNK_HEC_TOKEN=11111111-1111-1111-1111-1111111111113
910 - SPLUNK_PASSWORD=changed!
1011 - SPLUNK_APPS_URL=https://github.com/splunk/sdk-app-collection/releases/latest/download/sdkappcollection.tgz
You can’t perform that action at this time.
0 commit comments