Hi Elasticsearch,
Is there any log in the cluster that I can check for previous operations?
For example like someone accidently delete a document in my cluster. And I would like to find out which document had been deleted. Or what command was accepted by the cluster so that I can revert the change.
I know there is translog in each node. But seems like translog is not permanently existed on the disk. Please advice.