Skip to content

Commit 728c67a

Browse files
committed
Reformat .env.template, add new Splunk 10 env variable to docker-compose
1 parent 5114df6 commit 728c67a

File tree

3 files changed

+10
-615
lines changed

3 files changed

+10
-615
lines changed

.env.template

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1+
# Access scheme (default: https)
2+
scheme=https
13
# Splunk host (default: localhost)
24
host=localhost
35
# Splunk admin port (default: 8089)
46
port=8089
7+
58
# Splunk username
69
username=admin
710
# Splunk password
811
password=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>"

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)