grafana/pkg/tsdb
Alcides Viamontes E cff2be0d66 elasticsearch: add 7.x version support (#16646)
Adds a new version option 7.0+ (70 internally).
Version 7.0+ doesn't include document types in index mappings 
so support for handling this have been added.
Version 7.0+ returns number of hits in a different way so 
support for handling this have been added.
Version 7.0+ doesn't support sending 
max_concurrent_shard_requests in multisearch header so 
support for sending this in query string have been added.
Update elastic6 docker block and dashboards (devenv) to use 
6.7.1 images, filebeat index name is now filebeat-YYYY.MM.DD 
and dashboard include correct tags and links.
Add elastic7 docker block and provisioning (devenv).
Updates documentation regarding new version.

Closes #15622
2019-04-25 09:41:13 +02:00
..
azuremonitor azuremonitor: don't use make for maps and array 2019-02-11 14:42:12 +01:00
cloudwatch CloudWatch: Use default alias if there is no alias for metrics (#16732) 2019-04-24 10:00:02 +02:00
elasticsearch elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
graphite Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
influxdb Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
mssql Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
mysql Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
opentsdb Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
postgres Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
prometheus Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
stackdriver stackdriver: fix for float64 bounds for distribution metrics 2019-02-24 17:37:26 +01:00
testdata dont test exists in the test... it will fail if not found 2019-03-15 12:36:55 -07:00
fake_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
interval_test.go azuremonitor: fix auto interval calculation on backend 2019-02-11 13:27:08 +01:00
interval.go interval: make the FormatDuration function public 2019-02-11 11:25:51 +01:00
models.go kill plugin processes when grafana shuts down 2017-12-07 16:59:35 +01:00
query_endpoint.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
request.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
sql_engine_test.go let each sql datasource handle timeFrom and timeTo macros 2018-11-30 14:30:02 +01:00
sql_engine.go let each sql datasource handle timeFrom and timeTo macros 2018-11-30 14:30:02 +01:00
time_range_test.go Review tsdb protobuf contract 2018-01-11 15:01:49 +01:00
time_range.go Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
tsdb_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00