Splunk Search

tstats search that I can group over time for each of my indexes

bzsplunk54
New Member

Hello ,
I'm looking for assistance with an SPL search utilizing the tstats command that I can group over a specified amount of time for each of my indexes

I have this command to view the entire ingestion but how can I parse it to show each index?

| tstats count where sourcetype=* by _time span=1d

thank you

Tags (3)
0 Karma
1 Solution

chrisyounger
SplunkTrust
SplunkTrust

Try this: | tstats count where sourcetype=* by index _time span=1d | timechart sum(count) by index

View solution in original post

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

Try this: | tstats count where sourcetype=* by index _time span=1d | timechart sum(count) by index

0 Karma

bzsplunk54
New Member

that is complete awesomeness ! thank you....

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...