When we select any time range for the last 30 days, all the visualizations are correctly loading on the canvas. But when we are trying to generate a PDF of the report, it's not generating.
I don't know if I understand correctly, but the reports work for 'last month' but not for a period of 30 days?
The error message you're receiving indicates a timeout issue during PDF generation. This error typically occurs when the process spans a large amount of data, causing Kibana to exceed the xpack.reporting.queue.timeout limit.
You can try increasing the xpack.reporting.queue.timeout report setting in your kibana.yml file. By default, it is set to 4 minutes (4m).
This setting, xpack.reporting.queue.timeout: 10m, is present in my Kibana config but still the PDF generation is not working for the last 30 days/last 7 days.
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.