Deleting opensearch reports

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opneserach 2.3.0

Describe the issue:

How to delete the reports generated in OpenSearch dashboard Ui
Recently dev team are continuously exporting the reports and due to this we have space issue in OpenSearch dashboard

I though of adding ".opendistro-reports-instances " this index in index management but that does not work

Can you please let us know a way to delete this reports ( not all - I’m aware of delete by query option) but by the date range
For ex : Delete all the reports whcih are greater than 7 days

Thank you!!

Hey @raj1209,
someone had already the same Question as you: Delete reports easily - #5 by lino_vieira
It depends on the Configuration of your OpenSearch Cluster but for me i needed to do that on the cli with curl and provide the admin Certificate and Key as no other User had the Permissions to do that.

Hi @vi4life , Thank you for the reply and sorry for delay is response

The above curl command wipes out completely all reports.

I was searching more of deleting specific reports

Like “Delete all reports aged > 7 days”