Files
grafana/pkg/tsdb/elasticsearch/testdata_request/logs.queries.json
T
Ivana Huckova 772e8cbf60 Elasticsearch: Use interval provided by data request in backend (#60480)
* Elasticsearch: Remove interval caulation and use interval provises by grafana

* Remove redundant code

* Adjust snapshot tests

* Update test

* Fix lint
2023-01-05 12:26:27 +01:00

24 lines
444 B
JSON

[
{
"metrics": [
{
"id": "1",
"type": "logs"
}
],
"query": "",
"refId": "A",
"datasource": {
"type": "elasticsearch",
"uid": "PE50363A9B6833EE7"
},
"alias": "",
"bucketAggs": [],
"timeField": "testtime",
"key": "Q-ee8fea91-a4c4-4ded-9827-b362476a4083-0",
"datasourceId": 39,
"intervalMs": 1000,
"interval": 1000000000,
"maxDataPoints": 1318
}
]