Splunk Search

Is it possible to use saved searches to exclude results in another search?

crades
Engager

Is it possible to use saved searches to exclude results in another search?

Something like :

Error NOT IN savedsearch("knownIssue1", "knownIssue2")

Thanks

somesoni2
Revered Legend

Its is possible (not in the format you mentioned) using subsearch as filter. May be something like this (assumming both the saved searches have field called Error which you need to filter from base search)

your base search e.g. index=xxx sourcetype=yyy NOT [|savedsearch knownIssue1 | table Error | append [|savedsearch knownIssue2 | table Error]] |...rest of the search

Samples of subsearch being used as filter
http://answers.splunk.com/answers/89845/filter-search-results-based-on-return-value-of-subsearch

crades
Engager

Cool. That should work for me.

Thanks for the answer and link.

0 Karma

somesoni2
Revered Legend

Good catch. Totally missed that one.

martin_mueller
SplunkTrust
SplunkTrust

Don't forget the NOT before the first opening square bracket to exclude the key-value-pairs from the subsearch rather than to require them.

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