Monitoring Splunk

How to know what kind of logs are indexing to each indexer

sravankaripe
Communicator

How to see what kind of logs are indexing to each indexer
can please help with splunk basic query.

Tags (1)
0 Karma
1 Solution

koshyk
Super Champion

To get all in one go

| tstats count where (index=_* OR index=*) by index, sourcetype, source

View solution in original post

0 Karma

koshyk
Super Champion

To get all in one go

| tstats count where (index=_* OR index=*) by index, sourcetype, source
0 Karma

sumanssah
Communicator

| tstats count where index=* by source (to get the list of source getting index)

| tstats count where index=* by source (to get the list of sourcetype getting index)

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...