Search api not returning the results

@ritusingh : Can you try this
POST https://localhost:9200/*/_search
{
"size": 500,
"sort": [
{
"@timestamp": {
"order": "desc",
"unmapped_type": "boolean"
}
}
]
}

1 Like