grafana/pkg/tsdb/elasticsearch
Ivana Huckova ccfa9a4ef0
Elasticsearch: Implement schema for query (#62147)
* Elasticsearch: Implement schema for query

* Comment out types I am not sure how to do

* Manually fix typing for PipelineMetricAggregationWithMultipleBucketPaths and BasePipelineMetricAggregation

* Import types to types.ts to have single source of truth

* Cleanup, reorder

* Remove unnecesary Schema.

* Fix test

* Refactor
2023-02-02 09:01:02 +01:00
..
client Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00:00
kinds/dataquery Elasticsearch: Implement schema for query (#62147) 2023-02-02 09:01:02 +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 Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00: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 Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00:00
querydata_test.go Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00: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 Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00:00
response_parser.go Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00: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 Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00:00
time_series_query.go Chore: Fix goimports grouping (#62428) 2023-01-30 08:50:27 +00:00