From f569f1bd1e72b02da0db88ada797879549aa358a Mon Sep 17 00:00:00 2001 From: Zolvaring Date: Wed, 12 Jun 2019 10:23:01 -0700 Subject: [PATCH] Remove trailing slash for SPLUNK_HOME Removes a trailing slash when setting the SPLUNK_HOME variable, which may cause Indexers to fail with the message "ERROR: Couldn't read "/opt/splunk//etc/splunk-launch.conf" -- maybe $SPLUNK_HOME or $SPLUNK_ETC is set wrong?" due to duplicate slashes. --- .../splunk-indexer-statefulset-persistent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_scenarios/kubernetes/3idxc3shc1cm1lm1dep-pvc/splunk-indexer-statefulset-persistent.yaml b/test_scenarios/kubernetes/3idxc3shc1cm1lm1dep-pvc/splunk-indexer-statefulset-persistent.yaml index 7a26212b..7707b836 100644 --- a/test_scenarios/kubernetes/3idxc3shc1cm1lm1dep-pvc/splunk-indexer-statefulset-persistent.yaml +++ b/test_scenarios/kubernetes/3idxc3shc1cm1lm1dep-pvc/splunk-indexer-statefulset-persistent.yaml @@ -49,7 +49,7 @@ spec: image: splunk/splunk:latest env: - name: SPLUNK_HOME - value: /opt/splunk/ + value: /opt/splunk - name: SPLUNK_DEFAULTS_URL value: http://splunk-defaults/default.yml - name: SPLUNK_START_ARGS