Reporting

Is it possible to iterate over a scheduled search?

LordLeet
Path Finder

Hello guys, I was wondering if it was possible to iterate over a scheduled search.

Let's say I have a scheduled search that I want to run for each distinct value of a field and then collect the results on different indexes.

it would be like:

index=_internal field=A <...search...> | collect index=myIndexA

then for B:

index=_internal field=B <...search...> | collect index=myIndexB

Since it will be a high volume of data, I can't collect all the data to the same index then extract from there.
Is there a way to do this using a script or with Splunk parameters?

Thanks in advance

0 Karma
1 Solution

sundareshr
Legend

Have you tried the map command? http://docs.splunk.com/Documentation/Splunk/6.1.2/SearchReference/Map

Something like,

index=_internal | stats count by field | eval idx="myIdx".field | table field idx | map search="index=_internal fields=$field$ ... search ... | collect index=$idx$"

View solution in original post

0 Karma

sundareshr
Legend

Have you tried the map command? http://docs.splunk.com/Documentation/Splunk/6.1.2/SearchReference/Map

Something like,

index=_internal | stats count by field | eval idx="myIdx".field | table field idx | map search="index=_internal fields=$field$ ... search ... | collect index=$idx$"
0 Karma

LordLeet
Path Finder

Thanks sundareshr, I managed to do what I wanted with the map function.

Best Regards.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...