grafana/public/app/plugins/datasource
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
..
cloudwatch CloudWatch: Avoid exception while accessing results (#17283) 2019-05-29 09:10:09 +02:00
elasticsearch Elasticsearch: Fix default max concurrent shard requests (#17770) 2019-06-28 18:38:16 +02:00
grafana TimePicker: New time picker dropdown & custom range UI (#16811) 2019-06-24 14:39:59 +02:00
grafana-azure-monitor-datasource noImplicitAny: Lower count to about 3450 (#17799) 2019-06-27 15:56:02 +02:00
graphite Graphite: use POST for /metrics/find requests (#17814) 2019-06-28 16:21:32 +03:00
influxdb Explore: Tag and Values for Influx are filtered by the selected measurement (#17539) 2019-06-14 10:13:06 +02:00
input Explore: Adds LogQueryField for InfluxDb (#17450) 2019-06-10 14:39:53 +02:00
loki Explore: Uses RFC3339Nano string to retrieve LogRow contexts from Loki API (#17813) 2019-06-28 10:47:19 +02:00
mixed DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
mssql Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
mysql Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
opentsdb Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
postgres Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
prometheus Prometheus: Minor style fix (#17773) 2019-06-26 09:56:11 +02:00
stackdriver noImplicitAny: Lower count to about 3450 (#17799) 2019-06-27 15:56:02 +02:00
testdata noImplicitAny: Lower count to about 3450 (#17799) 2019-06-27 15:56:02 +02:00