grafana/pkg/tsdb/elasticsearch
Sven Grossmann 3d033839d7
Elasticsearch: Fix URL creation and allowlist for /_mapping requests (#80970)
* Elasticsearch: Fix URL creation for mapping requests

* remove leading slash by default

* add comment for es route

* hardcode `_mapping`

* update doc
2024-01-23 12:41:13 +01:00
..
client tsdb/elasticsearch: remove TimeInterval field from tsdb/elasticsearch client (#78264) 2023-11-16 14:57:21 +01:00
instrumentation Elasticsearch: Add instrumentation for elasticsearch_plugin_parse_response_duration_seconds (#75628) 2023-09-28 18:38:14 +03:00
kinds/dataquery Codegen: Generate any instead of interface{} (#70201) 2023-06-16 10:54:56 +02:00
testdata Elasticsearch: Fix legend generated on backend (#66039) 2023-04-11 13:29:38 +02:00
testdata_request Elasticsearch: Fix processing of raw_data with not-recognized time format (#78262) 2023-11-20 12:01:41 +01:00
testdata_response Elasticsearch: Fix showing of logs when __source is log message field (#80804) 2024-01-19 10:28:08 +01:00
data_query_test.go Elasticsearch: Add error source for DataQuery (#77386) 2023-11-06 11:36:39 +01:00
data_query.go Elasticsearch: Fix processing of raw_data with not-recognized time format (#78262) 2023-11-20 12:01:41 +01:00
elasticsearch_test.go tsdb/elasticsearch: remove TimeInterval field from tsdb/elasticsearch client (#78264) 2023-11-16 14:57:21 +01:00
elasticsearch.go Elasticsearch: Fix URL creation and allowlist for /_mapping requests (#80970) 2024-01-23 12:41:13 +01:00
error_handling_test.go Elasticsearch: Add error source for DataQuery (#77386) 2023-11-06 11:36:39 +01:00
models.go elastic: backend: removed unused time-field (#61362) 2023-01-12 15:52:32 +00:00
parse_query_test.go Elasticsearch: Improve backend instrumentation of QueryData calls (#74172) 2023-09-07 13:54:16 +02:00
parse_query.go Elasticsearch: Improve backend instrumentation of QueryData calls (#74172) 2023-09-07 13:54:16 +02:00
querydata_test.go tsdb/elasticsearch: remove TimeInterval field from tsdb/elasticsearch client (#78264) 2023-11-16 14:57:21 +01:00
response_bench_test.go Elasticsearch: Add benchmarks for processing of requests and responses (#65354) 2023-03-31 11:59:11 +02:00
response_parser_test.go Elasticsearch: Fix showing of logs when __source is log message field (#80804) 2024-01-19 10:28:08 +01:00
response_parser.go Elasticsearch: Fix showing of logs when __source is log message field (#80804) 2024-01-19 10:28:08 +01:00
snapshot_test.go Elastic: Add id field to Elastic responses to allow permalinking (#73382) 2023-08-18 11:39:58 +02:00