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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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