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 1a1318c commit 81257a3Copy full SHA for 81257a3
2 files changed
docker-compose.yml
@@ -16,5 +16,6 @@ services:
16
- SPLUNK_PASSWORD=${SPLUNK_PASSWORD:-Chang3d!}
17
- SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN:-4a8a737d-5452-426c-a6f7-106dca4e813f}
18
- SPLUNK_START_ARGS=${SPLUNK_START_ARGS:---accept-license}
19
+ - SPLUNK_GENERAL_TERMS=${SPLUNK_GENERAL_TERMS:---accept-sgt-current-at-splunk-com}
20
volumes:
21
- ./output/Splunk_TA_Example:/opt/splunk/etc/apps/Splunk_TA_Example
scripts/run_splunk.sh
@@ -33,6 +33,7 @@ docker run \
33
-e "SPLUNK_PASSWORD=Chang3d!" \
34
-e "SPLUNK_HEC_TOKEN=4a8a737d-5452-426c-a6f7-106dca4e813f" \
35
-e "SPLUNK_DISABLE_POPUPS=true" \
36
+ -e "SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com" \
37
-d \
38
--pull=always \
39
--name splunk splunk/splunk:${1:-"latest"}
0 commit comments