grafana/pkg/tsdb/elasticsearch/testdata_request/metric_complex.queries.json
Gábor Farkas 57425234c9
elastic: backend: removed unused time-field (#61362)
* elastic: backend: removed unused time-field

* improve comment formatting

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-01-12 15:52:32 +00:00

52 lines
927 B
JSON

[
{
"alias": "",
"bucketAggs": [
{
"field": "label",
"id": "4",
"settings": {
"min_doc_count": "1",
"order": "desc",
"orderBy": "_term",
"size": "10"
},
"type": "terms"
},
{
"field": "testtime",
"id": "2",
"settings": {
"interval": "1m",
"min_doc_count": "0",
"timeZone": "utc",
"trimEdges": "0"
},
"type": "date_histogram"
}
],
"datasource": {
"uid": "haha",
"type": "elasticsearch"
},
"datasourceId": 42,
"hide": true,
"metrics": [
{
"field": "float",
"id": "1",
"type": "max"
},
{
"field": "float",
"id": "3",
"type": "min"
}
],
"query": "",
"refId": "a",
"intervalMs": 200,
"maxDataPoints": 779
}
]