Knowledge Management

How summary index a entire index

felipesewaybric
Contributor

I want to take one of my index and make faster, like this:

index=ltm

summary_index=ltm_summary

Thank you guys.

Tags (1)

sowings
Splunk Employee
Splunk Employee

Note that a summary index is not magic. It's faster than a regular index because you've done something (like stats, etc) to distill the data, and reduce the overall number of rows. Simply copying one index to a summary index doesn't make it faster.

alacercogitatus
SplunkTrust
SplunkTrust

Not quite.

You will need two indexes. "ltm" and "ltm_summary".

To populate the summary index (quick and dirty): your_search | do_things | collect index=ltm_summary

To use the summary index: your_search index=ltm_summary | do_more_things

You will want to review this: http://docs.splunk.com/Documentation/Splunk/6.0/Knowledge/Usesummaryindexing

alacercogitatus
SplunkTrust
SplunkTrust

Has this helped? Please mark accepted if it answered your question.

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...