I have deployed the latest Splunk_TA_nix app to all of our Unix hosts and I am seeing an error when any of them attempt to run the scripts that came with it:
ERROR ExecProcessor - message from "/opt/splunkforwarder/etc/apps/Splunk_TA_nix/bin/lastlog.sh" couldn't set locale correctly
It appears all of the scripts calls the file common.sh which has the following line:
LANG="en_US.UTF-8"
Any ideas on how to get rid of this error message?
... View more