Hi Elastic team and users,
I have an Elasticsearch 5.2 install and I would like to configure log4j2 on it.
Specifically, I'm trying to set the a rollover strategy with a delete action, like in ES 5.3 : https://www.elastic.co/guide/en/elasticsearch/reference/5.x/settings.html
However in ES 5.2, the properties "es.logs.base_path" do not exist (https://www.elastic.co/guide/en/elasticsearch/reference/5.x/breaking-changes-5.3.html).
Is there an other way in ES 5.2 to be able to use the "delete action" of a rollover strategy ?
My goal is to remove Elasticsearch logs older that 7 days.
Thanks !
Best regards,