grafana/pkg/tsdb/elasticsearch
Marcus Efraimsson 4840adff00
elasticsearch: refactor query handling and use new es simple client
Removes moment dependency.
Adds response parser tests (based on frontend tests).
Adds time series query tests (based on frontend tests).
Fixes various issues related to response parsing and building search request queries.
Added support for extended stats metrics and geo hash grid aggregations.
2018-05-23 15:09:58 +02:00
..
client elasticsearch: new simple client for communicating with elasticsearch 2018-05-23 14:59:12 +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: refactor query handling and use new es simple client 2018-05-23 15:09:58 +02:00
response_parser_test.go elasticsearch: refactor query handling and use new es simple client 2018-05-23 15:09:58 +02:00
response_parser.go elasticsearch: refactor query handling and use new es simple client 2018-05-23 15:09:58 +02:00
time_series_query_test.go elasticsearch: refactor query handling and use new es simple client 2018-05-23 15:09:58 +02:00
time_series_query.go elasticsearch: refactor query handling and use new es simple client 2018-05-23 15:09:58 +02:00