grafana/public/app/plugins/datasource/elasticsearch/specs
Marcus Efraimsson 0833f26b43
Elasticsearch: Fix default max concurrent shard requests (#17770)
Elasticsearch v7.0 changed the behavior of max concurrent shard
requests and the default to 5. v5.6 and before 7.0 the default
is 256. This adds some additional behavior given certain
version is selected when configure the datasource to set
default max concurrent shard requests.
Changing from a version pre-v7.0+ to v7.0+ sets max
concurrent shard requests to 5.
Changing from a version v7.0+ to a pre-v7.0 sets max
concurrent shard requests to 256.

Fixes #17454
2019-06-28 18:38:16 +02:00
..
datasource.test.ts Elasticsearch: Fix default max concurrent shard requests (#17770) 2019-06-28 18:38:16 +02:00
elastic_response.test.ts Elasticsearch: Visualize logs in Explore (#17605) 2019-06-24 21:15:03 +01:00
index_pattern.test.ts Chore: Replaces moment with Grafanas DateTime (#16919) 2019-05-08 13:51:44 +02:00
query_builder.test.ts Elasticsearch: Visualize logs in Explore (#17605) 2019-06-24 21:15:03 +01:00
query_def.test.ts elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00