ElasticSearch 7.9.2 getting issue with Query latency and Flush latency

Hi ,

In Elasticsearch:7.9.2 we are getting Query latency and Flush Latency alert. We setup this new cluster and moved it from standalone ES cluster to 3 node cluster in kubernetes. We are monitoring ES cluster with Zabbix and since we moved we are started getting Flush and Query Latency. We left with Default settings and given heap size of 33% of memory allocated. No issue with resources from server side and we are using SSD disk.

{
  "cluster_name" : "name",
  "status" : "green",
  "timed_out" : false,
  "number_of_nodes" : 3,
  "number_of_data_nodes" : 3,
  "active_primary_shards" : 15,
  "active_shards" : 30,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 0,
  "delayed_unassigned_shards" : 0,
  "number_of_pending_tasks" : 0,
  "number_of_in_flight_fetch" : 0,
  "task_max_waiting_in_queue_millis" : 0,
  "active_shards_percent_as_number" : 100.0
}
shards disk.indices disk.used disk.avail disk.total disk.percent host        ip          node
    10       10.6gb    14.3gb    485.4gb    499.7gb            2 xxxxx  xxxxxx  xxxx
    10       11.2gb    14.8gb    484.8gb    499.7gb            2 xxxxxx xxxxxx  xxxx
    10      170.3mb     3.7gb      496gb    499.7gb            0 xxxxxx xxxxxx  xxxx

We're seeing the same, in the same scenario. Running on SSD with the cluster in kubernetes and monitoring via Zabbix. Did you find a solution?

No Not yet.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.