Delete Older csv reports from Kibana

I want to delete older csv files automatically from reporting section from Kibana.

Kibana - 7.17.3


Attached screenshot.

The problem is now we have so many older reports if i run any automated script or any query will it cause any issues at kibana ?

Hi Ashish. As I understand it, the reports are stored in a .reporting-* index by default and are (by default) rolled over into new indices on a weekly basis.

Based on this discussion I believe you could delete unwanted .reporting-* indices which should remove older reports. Or you can create an Index Lifecycle Management policy that automatically deletes older indices.