-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dashboard] Allow Authors to Limit Interactivity #9575
Comments
Is there any plan to implement this feature? |
@riccardone we have it on our tentative schedule, but things have been known to shift around. It's definitely something we want to add, just a matter or prioritizing among many other features we want to tackle as well. |
Is there any news about this feature priority? |
Another request for a share link option to convert relative to absolute times: #1348 |
Another option for share link creation to show or hide the time filter: #5630 |
I'm onsite doing a consulting engagement and this customer is interested in this issue. They already use an embedded dashboard for their custom web app. Without the date picker and search bar, we're going to have to great creative for the time being. |
Interested in options to include time picker in embeddable link and also in an option to hide "add filter" section |
really interested in this sort of features! +1 |
+1 on this. Specifically, i would like to disable the filter management bar on embedded charts. Would another option be to pass in a URL param that hides that bar? I don't mind extra work to make this happen. Thanks |
embed_dashboard_timepicker.zip FYI: for anybody interested, you can look at the attached ZIP. We make use of it to hide the datepicker. This gives us a minimal visualization without anything around it. |
@remmeier seems like that plugin no longer works with the latest versions of Kibana... It relied on displaying something that was hidden in the code with CSS; now they've removed the hidden code. |
+1 for this feature, i can practically view all the fields in an index which becomes a high security risk |
+1 |
2 similar comments
+1 |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 for the feature |
+1 |
+1 - this feature would be very useful. |
Likely, the way this will be exposed is via a setting on the dashboard level that allows for the filters, time range & query bar to be hidden while in view mode. Then, that dashboard will always be locked down that way for analysts regardless of whether they are viewing the Dashboard through an iframe or through the Kibana UI. In order to do this correctly, we will need to disable some UI actions, and add some functionality to the new Controls feature to allow the dashboard author to specify exactly what level of interactivity they want this dashboard to have. This is why I've given this an |
Purpose
Dashboard authors want to be able to limit which functionalities are accessible to the end user / analyst.
Capabilities
Dashboard authors should be able to disallow users from doing the following.
Dashboard panel moving and resizingthis is already available with view / edit modeRelated issues
The text was updated successfully, but these errors were encountered: