Hey guys, I am running this code to the value of the field as I mentioned below over the range that I have also mentioned below. For some reasons, it shows me that there is no query registered for filtered and the code does not work. If anyone has any idea with this, please do give out some help.
POST filebeat*/_search
{
"query": {
"filtered": {
"query": {
"match": {
"query": "aAZbOG0BfQqr92KY_bua",
"field": "_id"
}
},
"filter": {
"range" : {
"timestamp":{
"gte": "1568591458676"
}
}
}
}
},
"_source": ["_id", "ecs.version", "timestamp"]
}