grafana/pkg/tsdb/elasticsearch/testdata_request/raw_data.request.line1.json

37 lines
696 B
JSON

{
"docvalue_fields": [
"testtime"
],
"query": {
"bool": {
"filter": {
"range": {
"testtime": {
"format": "epoch_millis",
"gte": 1668422437218,
"lte": 1668422625668
}
}
}
}
},
"script_fields": {},
"size": 500,
"sort":
{
"testtime": {
"order": "desc",
"unmapped_type": "boolean"
},
"_doc": {
"order": "desc"
}
},
"fields":
[
{
"field": "testtime",
"format": "strict_date_optional_time_nanos"
}
]
}