ELK-Stack (Elasticsearch Kibana Logstash) – Reporting Max size reached – expand

Add the following line to kibana.yml and restart the kibana-service
xpack.reporting.csv.maxSizeBytes: sizeinbytes

The size must be set in bytes for example (1GB):

xpack.reporting.csv.maxSizeBytes: 1073741824