Monitoring Splunk

Anyone have a search that will return the indexed events per second across the entire indexer cluster?

nnesje
Loves-to-Learn Lots

Anyone have a search that will return the indexed events per second across the entire indexer cluster?

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Here's a modification of an MC search.  I changed 'kb' to 'ev' to get events instead of volume.

`dmc_set_index_internal` host=RGALLOWAY source="*metrics.log" sourcetype=splunkd group=per_Sourcetype_thruput
| eval ingest_pipe = if(isnotnull(ingest_pipe), ingest_pipe, "none")
| search ingest_pipe=*
| `dmc_timechart_for_metrics_log` per_second(ev) useother=false limit=15
---
If this reply helps you, Karma would be appreciated.
0 Karma

nnesje
Loves-to-Learn Lots

Here's what I've got so far.  Anyone got something better?

index=_internal sourcetype=splunkd source="/opt/splunk/var/log/splunk/metrics.log" group=per_host_thruput aws_role=splunk_indexer | stats avg(eps) as eps by host | eval _time=now() | stats sum(eps) as total_eps

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...