You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I added a Table-View to the dashboard, no menu get shown.
Function was given at previous version.
To Reproduce
Steps to reproduce the behavior:
Save Table at Discover
Add it to a Dashboard
Click at ... at the table in dashboard-view
See error in Web-Console
Error
embeddable.plugin.js:6 TypeError: Cannot read properties of undefined (reading 'data')
at isEligibleForVisLayers (alertingDashboards.plugin.js:44:359259)
at _callee$ (alertingDashboards.plugin.js:6:868034)
at tryCatch (queryWorkbenchDashboards.plugin.js:2:2179)
at Generator._invoke (queryWorkbenchDashboards.plugin.js:2:1802)
at Generator.next (queryWorkbenchDashboards.plugin.js:2:2954)
at asyncGeneratorStep (alertingDashboards.plugin.js:6:866337)
at _next (alertingDashboards.plugin.js:6:866648)
at alertingDashboards.plugin.js:6:866798
at new Promise (<anonymous>)
at Object.<anonymous> (alertingDashboards.plugin.js:6:866560)
Expected behavior
Open menu with inspection an maximize panel
OpenSearch Version
2.9.0
Dashboards Version
2.9.0
Host/Environment (please complete the following information):
OS: Rhel
Browser and version chrome, edge, firefox
Additional context
Same error on every three installations. 2x new installations, 1x update from 2.8 .
Function at 2.8 was okay.
The text was updated successfully, but these errors were encountered:
@MSchlick I have pushed out a fix from the above PR.
I have provided the updated 2.9 alerting dahsboards artifact here, for you to update the cluster with the new plugin. This should resolve the issue you are having.
Additionally, you may use the source code for the 2.9 branch to build the artifact and reinstall it on your 2.9 cluster.
Describe the bug
When I added a Table-View to the dashboard, no menu get shown.
Function was given at previous version.
To Reproduce
Steps to reproduce the behavior:
Error
Expected behavior
Open menu with inspection an maximize panel
OpenSearch Version
2.9.0
Dashboards Version
2.9.0
Host/Environment (please complete the following information):
Additional context
Same error on every three installations. 2x new installations, 1x update from 2.8 .
Function at 2.8 was okay.
The text was updated successfully, but these errors were encountered: