-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reporting/Canvas] Canvas can not export worksheet to PDF in 7.2.0 #41724
Comments
cc @elastic/kibana-canvas |
I've seen when running 7.2.0 from source, the error shown as the failure reason is different. When running in source, Reporting shows the error message found in the browser JS console and gave that as the failure reason. When running a build (Docker, with Kibana behind a proxy), I get a meaningless "Max attempts" error |
7.2.0-specific bug. Closing via #41298 |
Hi Tim, Can you confirm this issue is now resolved? I'm stuck on 7.2 with none of my PDF reports working and awaiting the fix for this desperately. Thanks |
Hi @Eniqmatic #41298 is targeting 7.2.1, which is the next patch coming up in the 7.2 minor. We don't announce release dates, but it'll be coming soon. |
Hi Tim, I don't see this issue resolved in the change log for 7.3, would I assume it is not yet fixed in that version? Thanks |
@Eniqmatic it likely is not fixed, and we're tracking a number of issues around PDFs in Kibana We suspect that this is a combination effort and that some PDF functionality will be impacted in 7.3. |
The release notes don't mention this as a resolved Reporting issue. The issue Reporting issue happened because Canvas was crashing when rendering its export view: #41298 The export view that I looked up to find the page crash can be found in the debug logs of Kibana. Search for
We're working on making this kind of message more evident in the logs, since it was necessary to try to run that URL to find that the Canvas page was crashing. And we're working on the other stability and performance issues that Shaun listed |
Also, my understanding is the Canvas fix should be listed in the release notes for 7.2.1: https://www.elastic.co/guide/en/kibana/7.2/release-notes-7.2.1.html I'll check if this was an oversight |
Thanks Shaun and Tim. Hopefully this is implemented in 7.2.1, this is killing our reports at the moment and we are having to run a bunch of things manually for many many weeks now. |
@tsullivan, Thank you for looking into this. Please let us know if this is fixed in 7.2.1. Thank you for your confirmation. |
@MarianMM confirmed. The fix in Canvas closes this issue because Canvas no longer crashes when Reporting scans the page for PDF. If customers are still having problems with any part of Reporting in any other version, please turn on debug logs in Kibana and look for the parts that show what the Reporting headless browser is doing on the server side of Kibana. You'll find:
What's always harder to find and detect are environmental problem with Reporting: not able to connect to Kibana webserver due to firewalling, not able to log in due to invalid auth cache, trying to open a saved object but getting a 404, not enough RAM or CPU on the machine for Chromium, etc. |
Describe the bug:
Canvas can not export a workpad to PDF in 7.2.0.
This appears to be a resurfacing of #25052, however this workflow does work in master.
Steps to reproduce:
My verbose debug logs show that Reporting navigated to the page and loaded the workpad:
Therefore, it could be a problem with the expected
data-shared-item
attributes on the visualizationThe text was updated successfully, but these errors were encountered: