mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Elasticsearch: Add processing of logs query to backend * Add and fix tests * Add snapshot tests * Fix test in ES client * Small updates, remove redundant logic * Refactor setPreferredVisType to improve readability
24 lines
355 B
JSON
24 lines
355 B
JSON
[
|
|
{
|
|
"alias": "",
|
|
"datasource": {
|
|
"type": "elasticsearch",
|
|
"uid": "haha"
|
|
},
|
|
"datasourceId": 42,
|
|
"expression": "",
|
|
"hide": true,
|
|
"intervalMs": 200,
|
|
"maxDataPoints": 1248,
|
|
"metrics": [
|
|
{
|
|
"id": "1",
|
|
"type": "logs"
|
|
}
|
|
],
|
|
"query": "",
|
|
"refId": "a",
|
|
"window": ""
|
|
}
|
|
]
|