Elasticsearch High Indexing Rate
warning

Description The indexing rate on Elasticsearch cluster is higher than the threshold.
Query for 5m
>>>
	
				
					
					
						sum
					
				
			
				
					(
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m]))> 10000
				
			
    
Query Explanation

The query calculates the per‑second indexing rate for all Elasticsearch indices over the last minute (rate(elasticsearch_indices_indexing_index_total[1m])), sums these rates across the cluster (sum(...)), and triggers the alert whenever the total indexing throughput exceeds 10,000 operations per second.

Get Alert
Download
Copy to Clipboard