All Apps and Add-ons

Deploying script using deployment server returns permission denied

CMSchelin
Path Finder

I have a Bash script on our deployment server. The directory tree and the inputs.conf file:

bin
    bash_script.sh
local
    inputs.conf
    app.conf

The inputs.conf file:

[script://./bin/bash_script.sh]
interval = -1

I restart the deployment server. I then check one of the servers I have this app deployed to:

index="_internal" bash-script sourcetype=splunkd host="specific-hostname"

message from "/opt/splunkforwarder/etc/apps/bash_script/bin/bash_script.sh" /bin/sh: 1: /opt/splunkforwarder/etc/apps/bash_script/bin/bash_script.sh: Permission denied

That path and file does exist on the destination server.

What am I missing?

Labels (1)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Verify the script has execute (x) permission granted.

chmod 700 bin/bash_script.sh
---
If this reply helps you, Karma would be appreciated.

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @CMSchelin,

in addition to the first intervene that must be the one hinted by @richgalloway, what's the operative system of your Deployment Server?

If it's Windows you have a problem to deploy Linux scripts from a Windows DS.

Ciao.

Giuseppe

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Verify the script has execute (x) permission granted.

chmod 700 bin/bash_script.sh
---
If this reply helps you, Karma would be appreciated.

CMSchelin
Path Finder

...truly the facest of palms. Thank you! That was in fact the answer.

Get Updates on the Splunk Community!

Say goodbye to manually analyzing phishing and malware threats with Splunk Attack ...

In today’s evolving threat landscape, we understand you’re constantly bombarded with phishing and malware ...

AppDynamics is now part of Splunk Ideas

Hello Splunkers, We have exciting news for you! AppDynamics has been added to the Splunk Ideas Portal. Which ...

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...