xpack.reporting.csv.maxSizeBytes is to 50mb, yet reports are still being truncate at default 10mb

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.

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