-
Notifications
You must be signed in to change notification settings - Fork 894
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
[BUG] Dashboard URLs from Markdown visualizations are not loaded correctly #4819
Comments
@thmsbp can you provide a sample URL that does not work? I have a strong suspicion that you are using the URL from the browser directly which does not work well with markdown formatting since the URL is also used to store the state of the application. Can you also try using the URL from the share menu in the application and see if you face the issue? |
@ashwin-pc We use "?_g()" to reset filters. We experience the same issue without it. When I click on the link from another dashboard (other than "v202-bk-system-overview" It doesn't load the "v202-bk-system-overview" dashboard, the current dashboard remains but views are empty. I'm going to test the URL from the "share menu" (next message) |
@ashwin-pc |
Thanks @thmsbp. I believe this is related to this: #4694 (comment). Still looking into fix. |
Describe the bug
Dashboard URLs defined in Markdown Visualizations are not loaded correctly.
Note: URL to external websites work.
To Reproduce
Steps to reproduce the behavior:
Example of markdown:
[Test1](#/view/dashboardA?_g=())
[Test2](#/view/dashboardB?_g=())
Expected behavior
As with OpenSearch 2.8 (and before), a link should load the dashboard directly (without F5)
OpenSearch Version
Opensearch 2.9
Dashboards Version
OpenSearch Dashboards 2.9
Plugins
From app/status:
core:[email protected]
core:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
plugin:[email protected]
Screenshots
Host/Environment (please complete the following information):
Opensearch + OpensearchDashboard in Docker on Redhat 8.6
Additional context
none
The text was updated successfully, but these errors were encountered: