Remove reporting csv from elasticsearch

I want to remove saved report

that is basically when I run a report it saves in to somewhere. I don't want that after I download.
how do I remove it

management-reporting has no option about delete

report was so big and even when I increase size to 100MB it was failing. hence I just did something different

created manual one time logstash job, ran it from command line

input { elasticsearch
filter { remove all field that I didn't wanted
output { csv with , seperated

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