-1

I am using AWS Elastic search. Right now my kibana has 0 free space. I want to delete documents that are older than 30days.

Is there any setting for that or query which can clear documents which is older than 30 days.

Vikas Rathore
  • 8,242
  • 8
  • 35
  • 54

1 Answers1

0

You could simple use the delete by query to delete the documents which are older than 30 days :)

Amit
  • 30,756
  • 6
  • 57
  • 88