-
Notifications
You must be signed in to change notification settings - Fork 189
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
[Remove discover] Implement new PDF reports in dashboards #6556
Comments
Changes
|
ProblemAfter updating the development branch and trying to generate the PDF report on Theat Hunting application that has already replaced the dashboard, I got errors. It seems the old dashboard is rendered and causes that take screenshots of visualizations that are not rendered, and this causes a problem when building the PDF report on the backend side. This issue #6594 should remove the render of the old dashboard, and this problem should disappear. |
Changes
|
ProblemI found a problem on the generation of PDF report of Amazon Web Services related to the geolocation map visualization. It seems the library to convert the DOM node to image fails. I reviewed the previous versions and this visualization is not included on the reports, so this should be a known issue: #5086. I will try to research if we can solve this. Update 2024/05/02 I continue researching about the problem related to converting to png the map visualization on the Amazon Web Services application. I found an issue abut the error: tsayen/dom-to-image#455 Update: |
Changes
|
Changes
|
Changes
|
Changes
|
Changes
|
ProblemThe change of system to render the dashboard has caused the data contained in the visualizations of table type can not be accessed, so it can not be sent to the backend side to generate the table with all the pages that could be visible through pagination on the frontend side. WorkaroundThe data can be exported to CSV through this button: |
Update
|
Changes
|
Description
We need to adapt the current PDF report features so it can generate reports from embeddable dashboards. This will allow us to progressively deprecate the legacy discover dependencies and deprecate AngularJS in the plugins.
Implementation restrictions
Tasks
The text was updated successfully, but these errors were encountered: