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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...