I followed X-Pack reporting settings in Kibana, specifically:
xpack.reporting.csv.maxSizeBytes
by setting value to 50x1024x1024, like following:
# egrep -i 'xpack.reporting.csv.maxSizeBytes' docker-compose.override.yml
- XPACK_REPORTING_CSV_MAXSIZEBYTES=52428800
#
yet, reporting app still truncate reports at 10mb instead of specified 50mb.
Please advise.