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? 

 

 

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!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...