Technologies/Elasticsearch/elasticsearch.search.query
ElasticsearchElasticsearchMetric

elasticsearch.search.query

Query operations
Dimensions:None
Available on:PrometheusPrometheus (1)DatadogDatadog (9)DynatraceDynatrace (3)

Summary

Measures search query activity including operation counts, timing, and current in-flight queries. This metric provides visibility into query load patterns and performance characteristics. Spikes in query time or high counts of concurrent queries can indicate expensive query patterns, insufficient caching, or resource contention that degrades search latency for end users.

Interface Metrics (13)
PrometheusPrometheus
Total search query time in seconds
Dimensions:None
DatadogDatadog
The total time spent querying on the primary shards.
Dimensions:None
DatadogDatadog
The total number of queries submitted as a count.
Dimensions:None
DynatraceDynatrace
Total query count
Dimensions:None
DatadogDatadog
The number of query fetches currently running on the primary shards.
Dimensions:None
DatadogDatadog
The number of currently active queries on the primary shards.
Dimensions:None
DatadogDatadog
The total time spent on queries submitted as a count.
Dimensions:None
DynatraceDynatrace
Query time in seconds
Dimensions:None
DatadogDatadog
Total number of query operations
Dimensions:None
DatadogDatadog
The total number of queries to the primary shards.
Dimensions:None
DatadogDatadog
The number of currently active queries.
Dimensions:None
DatadogDatadog
The total number of queries.
Dimensions:None
DynatraceDynatrace
Total query count
Dimensions:None
Related Insights (2)
Search Query Latency Degradationwarning

Search operations taking longer than acceptable thresholds (typically >500ms for p95) indicate performance issues from oversized result sets, complex aggregations, inefficient queries, or resource contention.

Cross-Cluster Search Coordination Overheadwarning

Cross-cluster search queries can cause significant coordination overhead, network traffic, and timeout issues when remote clusters are slow or have high latency.