-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
I'm creating a dashboard with some query filter (example: "customer:customer-1") and getting the url for the dashboard using "Embed this dashboard" to be used in my application html (using ifame).
The html I got was full original dashboard (with the query filter) and kibana menu (Dicover, Visualize, Dashboard, Settings).
I just wanted a specific customer dashboard but using that I gave him full access to kibana and all my data.
When I creted a dashboard without the specific customer query filter (and used embed this dashboard) I got what I wanted - just the dashboard display (no kibana menu), but in that case the dashboard is not customer only data.
I think that whenever using "embed this dashboard" it should display only the dashboard charts without the specific query and kibana menu, even if originally was created with some filter query.