The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/tsdb/elasticsearch
Erik Sundell 29d4f6a217
Datasource: Change query filtering (#84656)
2 years ago
..
client Elasticsearch: Remove xpack button and make includeFrozen not dependant on it (#84734) 2 years ago
instrumentation Elasticsearch: Add instrumentation for `elasticsearch_plugin_parse_response_duration_seconds` (#75628) 2 years ago
kinds/dataquery Datasource: Change query filtering (#84656) 2 years ago
testdata Elasticsearch: Fix creating of legend so it is backward compatible with frontend produced frames (#81708) 2 years ago
testdata_request Elasticsearch: Fix processing of raw_data with not-recognized time format (#78262) 2 years ago
testdata_response Elasticsearch: Fix creating of legend so it is backward compatible with frontend produced frames (#81708) 2 years ago
data_query.go Elasticsearch: Fix legend for alerting, expressions and previously frontend queries (#84485) 2 years ago
data_query_test.go Elasticsearch: Fix legend for alerting, expressions and previously frontend queries (#84485) 2 years ago
elasticsearch.go Elasticsearch: Remove xpack button and make includeFrozen not dependant on it (#84734) 2 years ago
elasticsearch_test.go Elasticsearch: Fix resource calls for paths that include `:` (#82327) 2 years ago
error_handling_test.go Elasticsearch: Add error source for DataQuery (#77386) 2 years ago
healthcheck.go Elasticsearch: Implement CheckHealth method in the backend (#81671) 2 years ago
healthcheck_test.go Elasticsearch: Implement CheckHealth method in the backend (#81671) 2 years ago
models.go Elasticsearch: Fix using of individual query time ranges when querying (#84201) 2 years ago
parse_query.go Elasticsearch: Fix using of individual query time ranges when querying (#84201) 2 years ago
parse_query_test.go Elasticsearch: Improve backend instrumentation of `QueryData` calls (#74172) 2 years ago
querydata_test.go Elasticsearch: Remove xpack button and make includeFrozen not dependant on it (#84734) 2 years ago
response_bench_test.go
response_parser.go Elasticsearch: Fix legend for alerting, expressions and previously frontend queries (#84485) 2 years ago
response_parser_test.go Elasticsearch: Fix legend for alerting, expressions and previously frontend queries (#84485) 2 years ago
snapshot_test.go