rdugau
1
Versions
Opensearch Dashboards 2.19 / Any browser
Describe the issue:
I create dashboards and wants to deliver those dashboards to final clients
I tried to create an url that display the dashboard without surrounding menus.
I mean: I do not want that the enduser can see the navigation menu on the left.
I tried to export a permalink > I’ve got the menu
I tried to add many different key:value to the url > I’ve got the menu.
Is it possible to remove it ?
Configuration:
Relevant Logs or Screenshots:
Want to hide/remove this >
Leeroy
2
Hey @rdugau ,
One option you have is to create an Iframe. This can be done by using Share > Embed code and then adding the Iframe to a HTML page.
Sample Iframe -
<! DOCTYPE HTML>
<html lang = "en">
<head>
</head>
<body>
<iframe src="https://localhost:5601/goto/9eec2144c4b582803ff530bf7265c90f?security_tenant=global" height="600" width="800"></iframe>
</body>
</html>
Leeroy.
rdugau
3
Thank you Leroy,
I know this solution, But I think it’s not satisfying for
To do that I shall create a specific web server.
It shall be on the same server (or deal with web XcrossRef issues)
In fact , I use OpenSearch Dashboard cause I do not want to deal with a web server. It will be a step back.
Anyway. Thank you for the tip Leeroy
Leeroy
4
No worries @rdugau ,
I don’t believe a way currently exists to achieve this out of the box, without doing something on top.
You can open a feature request and describe in detail what you’d like to see here - GitHub · Where software is built .
Leeroy.
rdugau
5
Ok.
Thank you @Leeroy for the advice.
Have a good day
1 Like