Best method to free up disk

Hello,
I have 1 index per day.
I would like to delete all data that is more than a month old for reasons of disk space.
What is the best method for this:

You can use date patterns in the index name.

Read https://www.elastic.co/guide/en/elasticsearch/reference/current/date-math-index-names.html

It is possible to use any config with filebeat ?? because i use file beat from ingestion in elastic

Is it related? I don't understand this last question.

I would like to delete all data that is more than a month old automatic using some config for filebeat

filebeat does not support that but elasticsearch has the Index Lifecycle Management feature.

1 Like

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