mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Elasticsearch: Fix ordering in raw_document and add logic for raw_data * Add comments * Fix raw data request to use correct timefield * Fix linting * Add raw data as metric type * Fix linting * Hopefully fix lint
26 lines
481 B
JSON
26 lines
481 B
JSON
[
|
|
{
|
|
"metrics": [
|
|
{
|
|
"id": "1",
|
|
"type": "raw_document",
|
|
"settings": {
|
|
"size": "500"
|
|
}
|
|
}
|
|
],
|
|
"query": "",
|
|
"refId": "A",
|
|
"datasource": {
|
|
"type": "elasticsearch",
|
|
"uid": "PE50363A9B6833EE7"
|
|
},
|
|
"alias": "",
|
|
"bucketAggs": [],
|
|
"timeField": "testtime",
|
|
"key": "Q-ee8fea91-a4c4-4ded-9827-b362476a4083-0",
|
|
"datasourceId": 39,
|
|
"intervalMs": 2000,
|
|
"maxDataPoints": 1318
|
|
}
|
|
] |