Splunk Search

Saving sub-search to speed up Searching

tristanmatthews
Path Finder

Hi,

I have a number of searches structured where I'm comparing again summary indexes and lookup tables or results I don't want. From the docs my searches are formatted like:

index=some_index NOT [search index=another_index | fields field_val]

where the summary index another_index is only updated once a day. These searches are used in my dashboards several times and seem to run very slowly. Is there a way to explicitly save sub search so that it doesn't have to be rerun? Or this done automatically?

Tags (1)
0 Karma
1 Solution

somesoni2
Revered Legend

You can saved the subsearch clause as a saved search and use them in your queries.

Saved Search : `

index=another_index | fields field_val

Updated dashboard searches

index=some_index NOT [|savedsearch savedSearchName]

Also, to improve performance, you can change your subquery from

index=another_index | fields field_val

to

 index=another_index | stats count by field_val | fields - count

View solution in original post

somesoni2
Revered Legend

You can saved the subsearch clause as a saved search and use them in your queries.

Saved Search : `

index=another_index | fields field_val

Updated dashboard searches

index=some_index NOT [|savedsearch savedSearchName]

Also, to improve performance, you can change your subquery from

index=another_index | fields field_val

to

 index=another_index | stats count by field_val | fields - count
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...