mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
f1dfaa784a
* elastic: added backend snapshot tests * linter fixes
38 lines
657 B
JSON
38 lines
657 B
JSON
{
|
|
"size": 0,
|
|
"query": {
|
|
"bool": {
|
|
"filter": {
|
|
"range": {
|
|
"testtime": {
|
|
"gte": 1668422437218,
|
|
"lte": 1668422625668,
|
|
"format": "epoch_millis"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"aggs": {
|
|
"2": {
|
|
"date_histogram": {
|
|
"field": "testtime",
|
|
"min_doc_count": 0,
|
|
"extended_bounds": {
|
|
"min": 1668422437218,
|
|
"max": 1668422625668
|
|
},
|
|
"format": "epoch_millis",
|
|
"fixed_interval": "1000ms"
|
|
},
|
|
"aggs": {
|
|
"1": {
|
|
"min": {
|
|
"field": "float"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|