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!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...