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!

Splunk ITSI & Correlated Network Visibility

  Now On Demand   Take Your Network Visibility to the Next Level In today’s complex IT environments, ...

Community Content Calendar, August edition

In the dynamic world of cybersecurity, staying ahead means constantly solving new puzzles and optimizing your ...

Pro Tips for First-Time .conf Attendees: Advice from SplunkTrust

Heading to your first .Conf? You’re in for an unforgettable ride — learning, networking, swag collecting, ...