POST /test_index_2022/_search
{
"query": {
"bool": {
"must": [
{
"range": {
"timestamp": {
"gte": "1646064007523",
"lte": "1646064009523"
}
}
},
{
"term": {
"key": "test_k1"
}
}
]
}
},
"size": 2
}



