All Apps and Add-ons

Splunk Add-on for Unix and Linux: bandwidth.sh script issue

subaldhawan
New Member

As per solution provided on answers forum against the Question: Issues with Splunk_TA_nix and AIX, we changed the bandwidth.sh script to separate the two commands.

netstat -i -Z; sleep 1;
CMD='netstat -in'

But seems like Splunk user does not have the root privilege to execute netstat -i -Z command. Is there any other way on AIX server to execute this command with Splunk user (using another command or giving sudo permissions or adding splunk user to some AIX group), apart from re-installing the Splunk forwarder as root user?

0 Karma

micahkemp
Champion

You could use sudo and configure sudoers to allow the splunk user to run only the exact command (please use the full path) that the script needs to execute, then call sudo netstat -in in your script.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...