elasticsearch: more tests (#64971)
* elasticsearch: more tests * fix issue with uppercase refID on linux --------- Co-authored-by: Todd Treece <todd.treece@grafana.com>
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"took": 5,
|
||||
"responses": [
|
||||
{
|
||||
"took": 5,
|
||||
"timed_out": false,
|
||||
"_shards": {
|
||||
"total": 1,
|
||||
"successful": 1,
|
||||
"skipped": 0,
|
||||
"failed": 0
|
||||
},
|
||||
"hits": {
|
||||
"total": {
|
||||
"value": 142,
|
||||
"relation": "eq"
|
||||
},
|
||||
"max_score": null,
|
||||
"hits": []
|
||||
},
|
||||
"aggregations": {
|
||||
"2": {
|
||||
"buckets": [
|
||||
{
|
||||
"key_as_string": "1679061180000",
|
||||
"key": 1679061180000,
|
||||
"doc_count": 12,
|
||||
"1": {
|
||||
"values": {
|
||||
"25.0": 36.5,
|
||||
"75.0": 42.5
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"key_as_string": "1679061240000",
|
||||
"key": 1679061240000,
|
||||
"doc_count": 66,
|
||||
"1": {
|
||||
"values": {
|
||||
"25.0": 62,
|
||||
"75.0": 95
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"key_as_string": "1679061300000",
|
||||
"key": 1679061300000,
|
||||
"doc_count": 64,
|
||||
"1": {
|
||||
"values": {
|
||||
"25.0": 127.5,
|
||||
"75.0": 159.5
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"status": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user