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!

Upcoming Community Maintenance: 10/28

Howdy folks, just popping in to let you know that the Splunk Community site will be in read-only mode ...

Best Practices for Metrics Pipeline Management

We can’t guarantee the health of our services or a great user experience without data from our applications. ...

New Case Study: How LSU’s Student-Powered SOCs and Splunk Are Shaping the Future of ...

Louisiana State University (LSU) is shaping the next generation of cybersecurity professionals through its ...