Been working with Support and this is what has worked. Verify correct permissions: chmod 444 $Splunk_home/share/splunk/cli-command-completion.sh $Splunk_home/bin/setSplunkEnv $Splunk_home/etc/system/static/splunkrc_cmds.xml Then open "$SPLUNK_HOME/etc/system/static/splunkrc_cmds.xml", Then go to the line 6232 and add merge-buckets for "cmd name" 6232 <cmd name="merge-buckets"> Save the change $SPLUNK_HOME/bin source ./setSplunkEnv and verify it works. This got tab completion working again. Hope this helps!
... View more