kibana/docs/user/reporting/report-intervals.asciidoc

12 lines
621 B
Text
Raw Normal View History

2018-04-20 21:13:37 +02:00
[IMPORTANT]
===================
The interval between report requests must be longer than the time it
takes to generate the reports--otherwise, the report queue can back up. To
avoid this, increase the time between report requests.
By default, report generation times out if the report cannot be generated
2018-07-24 20:36:33 +02:00
within two minutes. If you are generating reports that contain many complex
2018-04-20 21:13:37 +02:00
visualizations or your machine is slow or under constant heavy load, it
2018-07-24 20:36:33 +02:00
might take longer than two minutes to generate a report. You can increase
2018-04-20 21:13:37 +02:00
the timeout by setting `xpack.reporting.queue.timeout` in `kibana.yml`.
===================