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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...