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!

SOC Modernization: How Automation and Splunk SOAR are Shaping the Next-Gen Security ...

Security automation is no longer a luxury but a necessity. Join us to learn how Splunk ES and SOAR empower ...

Ask It, Fix It: Faster Investigations with AI Assistant in Observability Cloud

  Join us in this Tech Talk and learn about the recently launched AI Assistant in Observability Cloud. With ...

Index This | How many sides does a circle have?

  March 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...