How to reflect the DELETE operations in ES logs

Hello.

I have an issue on ES server that an old records are constantly disappear from the server after 15 days.
I have checked all the relevant logs related to an application that indexes a new records into ES server and responsible for deletion as well.
According to the application logs the method that deletes the records was not triggered but the records are disappeared.
Can you please suggest how to monitor the ES server for the deletion activity including the deleted record ID.
May be there is some appender that should be added to log4j2.properties file that will reflect a detailed information about the deleted records.

Any other way to find the disappeared records is also appreciated.

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.