Deployment Architecture

Summary Index - Index time vs Search Time extraction

namrithadeepak
Path Finder

Hi,

I have to use a couple of extracted fields in my summary index.

I have the necessary regex.

Do I have to make the changes on the indexers or the search heads? Which one do you suggest?

Thanks!

Tags (1)
0 Karma

woodcock
Esteemed Legend

If all of your searches on this data should have these fields extracted, then use props.conf like this:

[YourSourceTypeHere]
EXTRACT-SourceTypeFields = ...

If you just need it for this search, then use rex in the search SPL:

https://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Rex

0 Karma

micahkemp
Champion

You probably want to add a stanza in your props.conf (on your search head) that matches the 'source' (which is the name of the savedsearch that created the summary data). The 'sourcetype' of summary indexed data is 'stash' by default, and I believe it is advised not to attempt to change this.

props.conf:

[source::<savedsearch_name>]
EXTRACT-
REPORT-
...
0 Karma

somesoni2
Revered Legend

You need to add the search time field extractions on the search head(s) where that summary index search is running.

0 Karma

adonio
Ultra Champion

can you elaborate? what is the search that populates the summary index?
i think its best to populate (send data to) summary index with data that is already in a table format / has field-values already defined

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...