grafana/pkg/tsdb/elasticsearch
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
..
client elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
elasticsearch.go elasticsearch: refactor query handling and use new es simple client 2018-05-23 15:09:58 +02:00
models.go elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
response_parser_test.go elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
response_parser.go elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
time_series_query_test.go elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
time_series_query.go elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00