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!

New This Month in Splunk Observability Cloud - Metrics Usage Analytics, Enhanced K8s ...

The latest enhancements across the Splunk Observability portfolio deliver greater flexibility, better data and ...

Alerting Best Practices: How to Create Good Detectors

At their best, detectors and the alerts they trigger notify teams when applications aren’t performing as ...

Discover Powerful New Features in Splunk Cloud Platform: Enhanced Analytics, ...

Hey Splunky people! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2408. In this ...