Splunk Search

How do you run a script on a column search result?

rolivet
New Member

Hi,

I want to run a script on all values in a column like that:

index="myindex" mysearch_filters | table id | script call_script $id

My py script works when I call |script call_script id1 but I want to do it for every values pf id.
I tried a lot of things without success (using foreach, map, ...).
Can someone tell me how to do that ? Or give me some guidelines ?

Thanks.

Rémy

0 Karma

niketn
Legend

@rolivet can you try with a rather expensive map command? Following example will iterate for 10 ids from the table and then run the script for each id:

index="myindex" mysearch_filters 
| table id 
| map search="| script call_script $id$" maxsearches=10
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

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

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...