grafana/pkg/tsdb/elasticsearch
Gábor Farkas 88119ad6c3
Elasticsearch: Support nested aggregation (#62301)
* Add nested query support

* Add nested support for alerts

* update nested aggregation

* cleanup types

* Add nested integration test

* Move aggdef to nested

* fixed merge conflict

* fixed lint warning

* mark nested-mode experimental

---------

Co-authored-by: Ethan Gallant <ethan@ziax.com>
Co-authored-by: Ethan J. Gallant <ethan.gallant@acquia.com>
2023-01-27 16:18:36 +01:00
..
client Elasticsearch: Support nested aggregation (#62301) 2023-01-27 16:18:36 +01:00
testdata Elasticsearch: backend: do not set name for time-fields (#60169) 2022-12-13 13:19:03 +01:00
testdata_request elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
testdata_response elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
elasticsearch_test.go Elasticsearch: Reuse http client in the backend (#55172) 2022-09-26 14:27:46 +02:00
elasticsearch.go Elasticsearch: Fix failing requests when using SigV4 (#61923) 2023-01-23 16:43:55 +01:00
error_handling_test.go elastic: improve error-messages, first step, tests only (#61847) 2023-01-23 12:46:52 +01:00
models.go elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
parse_query_test.go elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
parse_query.go Perfomance: Add preallocation for some slices (#61632) 2023-01-23 17:44:27 +01:00
querydata_test.go elastic: improve error-messages, first step, tests only (#61847) 2023-01-23 12:46:52 +01:00
response_parser_frontend_test.go elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
response_parser_test.go elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
response_parser.go Elasticsearch: Support nested aggregation (#62301) 2023-01-27 16:18:36 +01:00
snapshot_test.go Elasticsearch: Add query building for log queries (#60182) 2022-12-14 13:56:09 +01:00
time_series_query_test.go elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
time_series_query.go Elasticsearch: Support nested aggregation (#62301) 2023-01-27 16:18:36 +01:00