Splunk Search

How to combine event and summary indexes into a single search?

timgren
Path Finder

Is it possible to setup a dashboard query that uses the main event index for "today", and summary index for all other times while still using the the default time_picker? 

 

 

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @timgren,

you can create a search in which there are the time delimiters for each index, something like this:

(index=my_index earliest=@d latest=now) OR (index=my_summary_index)
| ...

Otherwise, you have to use a Data Model.

Ciao.

Giuseppe

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