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!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...