Deployment Architecture

A script exited abnormally" input="./bin/scripted_inputs/ftr_upgrade.py" stanza="default" status="exited with code 1

ytanskiy
Engager

We are getting the following error:

"A script exited abnormally" input="./bin/scripted_inputs/ftr_upgrade.py" stanza="default" status="exited with code 1" . Any thoughts?

Thank you

Tags (1)
1 Solution

mcronkrite_splu
Splunk Employee
Splunk Employee

It comes from Deployment Monitor, DMC. It's a script run daily / or on startup of Splunk.

./splunk_deployment_monitor/default/inputs.conf

[script://./bin/scripted_inputs/ftr_upgrade.py]
interval = -1
disabled = 0
passAuth = admin

[script://.\bin\scripted_inputs\ftr_upgrade.py]
interval = -1
disabled = 0
passAuth = admin

~

If you ARE using DMC, then check your configuration.
If you are not using the Deployment Monitor (DMC), then disable the input.
Create a local inputs.conf in ./splunk_deployment_monitor/local/inputs.conf and disable them.

# ./local/
[script://./bin/scripted_inputs/ftr_upgrade.py]
disabled = 1
[script://.\bin\scripted_inputs\ftr_upgrade.py]
disabled = 1

View solution in original post

0 Karma

mcronkrite_splu
Splunk Employee
Splunk Employee

It comes from Deployment Monitor, DMC. It's a script run daily / or on startup of Splunk.

./splunk_deployment_monitor/default/inputs.conf

[script://./bin/scripted_inputs/ftr_upgrade.py]
interval = -1
disabled = 0
passAuth = admin

[script://.\bin\scripted_inputs\ftr_upgrade.py]
interval = -1
disabled = 0
passAuth = admin

~

If you ARE using DMC, then check your configuration.
If you are not using the Deployment Monitor (DMC), then disable the input.
Create a local inputs.conf in ./splunk_deployment_monitor/local/inputs.conf and disable them.

# ./local/
[script://./bin/scripted_inputs/ftr_upgrade.py]
disabled = 1
[script://.\bin\scripted_inputs\ftr_upgrade.py]
disabled = 1
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...