mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
e1321f8721
* elasticsearch: more tests * fix issue with uppercase refID on linux --------- Co-authored-by: Todd Treece <todd.treece@grafana.com>
16 lines
348 B
JSON
16 lines
348 B
JSON
[{
|
|
"alias": "",
|
|
"bucketAggs": [
|
|
{
|
|
"field": "@timestamp",
|
|
"id": "2",
|
|
"settings": { "interval": "1m" },
|
|
"type": "date_histogram"
|
|
}
|
|
],
|
|
"datasource": { "type": "elasticsearch", "uid": "uid" },
|
|
"datasourceId": 42,
|
|
"metrics": [{ "field": "counter", "id": "1", "type": "avg" }],
|
|
"query": "",
|
|
"refId": "A"
|
|
}] |