Splunk Search

python custom script example

disha
Contributor

Hi,
I am very new to python. I need a small example of how to collect splunk search output in python variable. Please suggest.
I explain :
On Splunk I run the search
mysearch|fields new,old
I want to run a python script which print the value of new and old(for example only.I can do extra processing later,just want to learn make this work atleast).
I made the entry in commands.conf for script as
[myscript]
filename = mypyscript.py

and I am calling as
mysearch|fields new,old|script python myscript new old
or I need to call as
mysearch|fields new,old|script python myscript

and myscript will automatically take new and old value?
Also can i get the sample python script for this.
Please help.

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could take a look at $SPLUNK_HOME/etc/apps/search/bin/*.py for inspiration.

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