I have an index with a size of 119GB that is causing performance issues when search the data.
My first thought was to use an index policy to expire old documents but soon I learned the lifecycle policy only works for the new documents of that index, is that right?
I used time series (@timestamp) and I would like to:
- Delete documents older than 3 months.
- Break/shrink into 40GB small chunks the data left in the index after expiring the old documents
I don't even know where to start. Help please!!!