Dashboards & Visualizations

how to find if indexer replication error occurs more than "n" times in "x" mins interval?

apurva1707
New Member

I need a search query to find out if the replication error occurs for more than 3 times in an interval of 5 mins? I have to create a dashboard for it.

0 Karma

esix_splunk
Splunk Employee
Splunk Employee

You need to define what replication error specifically means in your use case. One you do that, its quite simple, set your span for 5minutes..

yoursearch | bucket span=1m _time | stats count by host | where count > 3

This groups the events into 1 minute slices, and looks for more then 3 errors within that 5 minute window.

You can look here for specifics about different replication errors : http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Bucketreplicationissues

0 Karma

apurva1707
New Member

Thanks for the reply. I intend to make a dashboard on indexer replication error. Can you please refine yoursearch for this?

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...