Open samweisgamdschie opened 1 year ago
Hi!
When installing a univeral forwarder in version 9.1.1 (at least) on a fresh system via the ansible-role-for-splunk we get the following error message after a successful login with the splunk user:
9.1.1
ansible-role-for-splunk
splunk
$ sudo -i -u splunk (exit=1) Cannot find expected file /opt/splunkforwarder/lib/python3.7/site-packages/splunk/clilib/literals.py [splunk@host:/opt/splunkforwarder]$
This message comes from .bashrc's line: . $SPLUNK_HOME/share/splunk/cli-command-completion.sh
.bashrc
. $SPLUNK_HOME/share/splunk/cli-command-completion.sh
What should be done with this error message?
I am seeing this issue a year later and updates on 9.1.4 and now to 9.2.2 still toss this sus msg
Hi!
When installing a univeral forwarder in version
9.1.1
(at least) on a fresh system via theansible-role-for-splunk
we get the following error message after a successful login with thesplunk
user:This message comes from
.bashrc
's line:. $SPLUNK_HOME/share/splunk/cli-command-completion.sh
What should be done with this error message?