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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...