i have data like name,age,class,registered time in an index called student in my elastic search
i want to delete the documents that are having registered time less than some timestamp(suppose be 15546000xxxxxx).
how can do this ?
what will be the query to be run in dev console