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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...