I'm trying to create and send a pdf report from the dashboard via watcher.
The dashboard contains two simple visuals and the generation of the report directly in the dashboard works fine.
Now after coping the url and setting up a watcher, I do get an Email with the report attached, but the attachment contains only the 404 error:
In the report log, I found the following description of the problem:
"output" : {
"content_type" : "application/pdf",
"size" : 50859,
"warnings" : [
"""An error occurred when trying to open the Kibana URL. You may need to increase 'xpack.reporting.capture.timeouts.openUrl'. TimeoutError: waiting for selector ".application" failed: timeout 60000ms exceeded"""
]
After some research I found the issue, that exactly described my problem (except one point: my dashboard is on the default space): https://github.com/elastic/kibana/issues/72475
I'm on 7.9.3 and not sure, if this version has already the bugfix for the issue above included.
Which version contains this bugfix?
Is there is something else, that should be checked to solve this problem?
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.