Accept the Splunk General Terms
Accept the Splunk General Terms before starting containers with the Splunk Operator.
Splunk Operator version 3.0.0 and higher requires acceptance of the Splunk General Terms before starting containers. Starting with Splunk Enterprise 10.x, you must specify the SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com argument. This indicates that you have read and accepted the current version of the Splunk General Terms, available at https://www.splunk.com/en_us/legal/splunk-general-terms.html as updated from time to time.
Unless you have jointly executed with Splunk a negotiated version of these General Terms that explicitly supersedes this agreement, by accessing or using Splunk software, you agree to the Splunk General Terms posted at the time of your access and use and acknowledge its applicability to the Splunk software. Read the Splunk General Terms before you access or use this software. Only after doing so should you include the --accept-sgt-current-at-splunk-com flag to indicate your acceptance of the current Splunk General Terms and start this software.
If you use the examples below and the --accept-sgt-current-at-splunk-com flag, you indicate that you have read and accepted the current version of the Splunk General Terms, as might be updated from time to time, and acknowledge its applicability to this software.
SPLUNK_GENERAL_TERMS field is empty by default. You must set this value to --accept-sgt-current-at-splunk-com using a values.yaml file or the Helm CLI.
- Using the
splunk/splunk-operatorHelm chart:CODEhelm install -f new_values.yaml --set splunkOperator.splunkGeneralTerms="--accept-sgt-current-at-splunk-com" <RELEASE_NAME> splunk/splunk-operator -n <RELEASE_NAMESPACE> - Using the
splunk/splunk-enterpriseHelm chart and deploying the operator:CODEhelm install -f new_values.yaml --set splunk-operator.enabled=true --set splunk-operator.splunkOperator.splunkGeneralTerms="--accept-sgt-current-at-splunk-com" <RELEASE_NAME> splunk/splunk-enterprise -n <RELEASE_NAMESPACE>