Hi all i have this query and when i un it i get some result error
{
"query": {
"bool": {
"must": [
{
"range": {
"timestamp":{"from" : "01/01/2015 00:00:00.0", "to" : "12/01/2015 23:59:59.999" }
}
}
]
}
}
}
By this query in the correct way normalemently i get all recored between 01/01/2015 and 12/01/2015, but here i get some wrongs results i get recods related to timestamp 2018 and other error dates.
can you help me please if the query in eror or maybe i chage the query syntax