elastic search version:7.5.1
kibana:7.5.1
3 master roles, 3 data roles, 6 nodes in total.
It takes a few minutes to query the index, this is the fragmentation state.
GET _cluster/health
{
"cluster_name": "elasticsearch",
"status": "green",
"timed_out": false,
"number_of_nodes": 6,
"number_of_data_nodes": 3,
"active_primary_shards": 8806,
"active_shards": 17427,
"relocating_shards": 1,
"initializing_shards": 0,
"unassigned_shards": 0,
"delayed_unassigned_shards": 0,
"number_of_pending_tasks": 1,
"number_of_in_flight_fetch": 0,
"task_max_waiting_in_queue_millis": 0,
"active_shards_percent_as_number": 100.0
}
Are there any optimization suggestions that can make the query faster.