Elasticsearch will expose max_concurrent_shard_requests in _msearch in 6.5. In order to resolve issues like elastic/elasticsearch#31877 kibana should expose this setting to make sure environments with a low number of concurrent requests can tune dashboard performance by executing in parallel or at least make use of the available concurrency
The PR exposing max_concurrent_shard_requests in _msearch is here: elastic/elasticsearch#33016
Elasticsearch will expose
max_concurrent_shard_requestsin_msearchin6.5. In order to resolve issues like elastic/elasticsearch#31877 kibana should expose this setting to make sure environments with a low number of concurrent requests can tune dashboard performance by executing in parallel or at least make use of the available concurrencyThe PR exposing
max_concurrent_shard_requestsin_msearchis here: elastic/elasticsearch#33016