Elasticsearch High Indexing Latency
warning

Description The indexing latency on Elasticsearch cluster is higher than the threshold.
Query for 10m
>>>
	
				
					
					
						increase
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m]) / 
				
			
				
					
					
						increase
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m]) > 0.0005
				
			
    
Query Explanation

The rule computes the average indexing time per document over the last minute by dividing the increase in total indexing time (elasticsearch_indices_indexing_index_time_seconds_total) by the increase in indexed document count (elasticsearch_indices_indexing_index_total). If this average exceeds 0.0005 seconds (0.5 ms) per document, the alert fires, indicating high indexing latency.

Get Alert
Download
Copy to Clipboard