Facing an issue while downloading csv file in Kibana. Followed below steps :
Clicked on Discover
Set date range of 15 days from from. It returned some ~57K records.
Clicked on save. Saved the report and clicked on share. generate CSV.
This CSV file has only 10K records and size is always ~10MB even if the number of records returned by search are 100K or 50K.
Is there a way to download this report of all the records returned by a query?
Thank you, will try that out. But that brings one more point, as you said the CSV is stored in ES cluster, it will have impact on storage. How can we delete this csv from cluster?
is it
POST /.reporting-<yyyy.mm.dd>/_delete_by_query
{ "query": { "match_all": {} } }
Exactly, it will be part of the reporting index. You can also do it via the UI by going to Management > Reporting > Selecting the report and clicking the delete button.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.