-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Kibana 7.2 add visualization to new dashboard js error #39782
Comments
Pinging @elastic/kibana-app |
cc @flash1293 the error seems related to this PR: #31400 |
@gadinolfi Thanks a lot for reporting this. Two questions:
|
the dashboard came from old one (7.1.1) the system is new istallation |
The issue here is that there are saved objects in your Kibana instance for which the plugin was disabled. When trying to list them in the add panel, the name can't be found and an error is thrown. I'm going to fix this in #39803 As a temporary workaround you can either re-enable the apps or go into saved object management ("Management" in the side bar, then "Saved Objects") and delete the objects which rely on disabled apps if that's possible in your case. |
Fixed via #39803 |
Kibana version:
7.2
Elasticsearch version:
7.2
Server OS version:
macOS 10.13.6
Browser version:
all
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
when I try to add new visualization to dashboard doesn't work
Steps to reproduce:
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
TypeError: "visTypes.byName[JSON.parse(...).type] is undefined"
getTooltipForSavedObject http://localhost:5601/bundles/commons.bundle.js:5
renderListing http://localhost:5601/bundles/commons.bundle.js:3
renderListing http://localhost:5601/bundles/commons.bundle.js:3
render http://localhost:5601/bundles/commons.bundle.js:3
Qg http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Og http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Tg http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
bi http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
ci http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Di http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Yh http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Xh http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
qf http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
enqueueSetState http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
setState http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:225
_callee$ http://localhost:5601/bundles/commons.bundle.js:3
tryCatch http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:119
invoke http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:119
method http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:119
asyncGeneratorStep http://localhost:5601/bundles/commons.bundle.js:3
_next http://localhost:5601/bundles/commons.bundle.js:3
run http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:92
notify http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:92
flush http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:250
vendors.bundle.dll.js:233:78217
Unhandled promise rejection TypeError: "visTypes.byName[JSON.parse(...).type] is undefined"
getTooltipForSavedObject http://localhost:5601/bundles/commons.bundle.js:5
renderListing http://localhost:5601/bundles/commons.bundle.js:3
renderListing http://localhost:5601/bundles/commons.bundle.js:3
render http://localhost:5601/bundles/commons.bundle.js:3
Qg http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Og http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Tg http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
bi http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
ci http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Di http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Yh http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
Xh http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
qf http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
enqueueSetState http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:233
setState http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:225
_callee$ http://localhost:5601/bundles/commons.bundle.js:3
tryCatch http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:119
invoke http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:119
method http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:119
asyncGeneratorStep http://localhost:5601/bundles/commons.bundle.js:3
_next http://localhost:5601/bundles/commons.bundle.js:3
run http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:92
notify http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:92
flush http://localhost:5601/built_assets/dlls/vendors.bundle.dll.js:250
vendors.bundle.dll.js:92:798104
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: