I have issue when i export to CSV. When I pull my queries and export it only allows me to export maybe 5600 of them but I have many more and I am trying to figure out how to increase this on the export but I cant find anything that tells me where to increase this.
Hi
Try adding xpack.reporting.csv.maxSizeBytes: 20971520
to kibana.yml
. Value is in bytes.
The maximum size of a CSV file before being truncated. This setting exists to prevent large exports from causing performance and storage issues. Defaults to 10485760
(10mB)
https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html
Thanks
Rashmi
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.