Splunk Search

Exit during search?

yuwtennis
Communicator

Hi!

Is it possible to exit during the search ?

For example,

search index=xxx [ search xxxxx format ]

If above sub search returns 0 events exit the search.

Thanks,
Yu

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could hack your way into conditional execution with map:

some search that returns either one or zero results | map search="the other search"

map will run "the other search" for each event returned by "some search...", so if "some search..." returns one event it will run "the other search" once and if it returns zero events it will not run "the other search" at all.

HiroshiSatoh
Champion

This is a mistake?
search index=xxx [ search xxxxx format ]
search index=xxx [ search xxxxx |format ]

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