grafana/pkg/tsdb/elasticsearch/client
Marcus Efraimsson 32a45077e7
Elasticsearch: Fix pre-v7.0 and alerting error (#16904)
This fixes a regression introduced in #16646 where using Elasticsearch 
pre-v7.0 and alerting resulted in an error when trying to deserialize the 
response of total number of hits.
Total number of hits is not in use by the backend so we're removing it 
for now to make ES 6 and 7 being able to deserialize search responses 
without errors.

Closes #15622
2019-05-06 15:12:18 +02:00
..
client_test.go Elasticsearch: Fix pre-v7.0 and alerting error (#16904) 2019-05-06 15:12:18 +02:00
client.go elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
index_pattern_test.go Fix: #14706 Incorrect index pattern padding in alerting queries 2019-03-03 18:10:38 +05:30
index_pattern.go Fix: #14706 Incorrect index pattern padding in alerting queries 2019-03-03 18:10:38 +05:30
models.go Elasticsearch: Fix pre-v7.0 and alerting error (#16904) 2019-05-06 15:12:18 +02:00
search_request_test.go remove unnecessary conversions 2018-07-04 12:16:39 +02:00
search_request.go elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00