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!

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 ...