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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...