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 click on the button the function does get called but I get following error on the UI
Fatal Error
Error: rison decoder error: decode input must be a string (http://localhost:5601/bundles/commons.bundle.js?v=15543:69)
Version: 5.6.2
Build: 15543
Error: Error: rison decoder error: decode input must be a string (http://localhost:5601/bundles/commons.bundle.js?v=15543:69)
[2502]/window.onerror@http://localhost:5601/bundles/commons.bundle.js?v=15543:115:13807
Also I am confused where to include the search query does it go in the URL or instead of the second parameter '*' ?
The text was updated successfully, but these errors were encountered:
Window.postMessage() - is a reg. Web APIs.
The '*' parameter stands fro cross domain communication - you should leave it as is.
Regarding the error you're getting - you can't just send in the query info like that.
Kibana expects APP-STATE-DATA and GLOBAL-STATE-DATA objects - which should be encoded using rison.
iframeFinalUrl is your kibana URI containing the complete dashboard data such as: http://{KIBANA-HOST}/app/kibana#/dashboard/{OPTIONAL-DASHBOARD-NAME}?embed&_g={GLOBAL-STATE-DATA}&_a={APP-STATE-DATA}
Closing the issue as this is the same like #2
If there was clear indication of how to use - or a more robust framework of doing so - this won't have arrived.
I am having following code on my iframe side:
When I click on the button the function does get called but I get following error on the UI
Also I am confused where to include the search query does it go in the URL or instead of the second parameter '*' ?
The text was updated successfully, but these errors were encountered: