Getting Data In

What is a summary index and how can one check whether the summary index gets the data of a particular sourcetype?

pavanae
Builder

My main question is I am trying to check whether the current summary indexes in our environment were getting the data from a particular sourcetype. How can I do that and actually where can i check all the summary indexes?

0 Karma

muebel
SplunkTrust
SplunkTrust

Hi pavanae, the docs here have more information on summary indexing in general : http://docs.splunk.com/Documentation/Splunk/6.5.2/Knowledge/Usesummaryindexing

Concerning the sourcetype, all data that is summary indexed gets the stash sourcetype. The original sourcetype is preserved in the orig_sourcetype fields, and so you could figure out what sourcetypes are being put into summary indexes by running:

sourcetype=stash | stats count by orig_sourcetype

Please let me know if this answers your question!

0 Karma

rkondeti3
Explorer

But the stats count will only work if there is data in the index. How can you tell whether an empty index is a summary index or not?

0 Karma

ddrillic
Ultra Champion

You can check whether it's a "real" index in indexes.conf...

0 Karma

woodcock
Esteemed Legend

Yes, exactly:

index=* sourcetype=stash | stats count BY orig_sourcetype
0 Karma
Get Updates on the Splunk Community!

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...