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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...