All Apps and Add-ons

Splunk for AWS get_instances.py not running?

jdunlea_splunk
Splunk Employee
Splunk Employee

Using the Splunk app for AWS we cannot get the get_instances.py script to run without throwing an error.

We keep getting the error saying "running_all is not defined"... How do we get this script to run successfully?

0 Karma
1 Solution

jdunlea_splunk
Splunk Employee
Splunk Employee

There are many things depending on this app working correctly, mainly the aws.conf file.

However if everything looks right, but you are still getting this error, then perform the following:

1 - There may be a typo in the script - search the script for "spleep" and change to read "sleep"

2 - Update the "boto" python libraries in the SplunkAppforAWS using the following commands (linux):

sudo yum install python-pip
sudo python-pip install boto --upgrade

3 - Search the get_instances.py script for the line that reads "running_all = ec2_conn.get_all_instances()"

4 - Right above this line, enter the following. "running_all = []"

Now your script should read as follows:

running_all = []
running_all = ec2_conn.get_all_instances

After all of this, restart splunk and you should be good.

View solution in original post

0 Karma

jdunlea_splunk
Splunk Employee
Splunk Employee

There are many things depending on this app working correctly, mainly the aws.conf file.

However if everything looks right, but you are still getting this error, then perform the following:

1 - There may be a typo in the script - search the script for "spleep" and change to read "sleep"

2 - Update the "boto" python libraries in the SplunkAppforAWS using the following commands (linux):

sudo yum install python-pip
sudo python-pip install boto --upgrade

3 - Search the get_instances.py script for the line that reads "running_all = ec2_conn.get_all_instances()"

4 - Right above this line, enter the following. "running_all = []"

Now your script should read as follows:

running_all = []
running_all = ec2_conn.get_all_instances

After all of this, restart splunk and you should be good.

0 Karma
Get Updates on the Splunk Community!

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...