elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[Dashboard] Allow Authors to Limit Interactivity #9575

Closed cjcenizal closed 6 months ago

cjcenizal commented 7 years ago

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.

Related issues

edulix commented 2 years ago

+1

yeich commented 2 years ago

+1 - this feature would be very useful.

ThomThomson commented 1 year ago

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 loe:multi-week estimation.

drewdaemon commented 1 year ago

+1 https://discuss.elastic.co/t/how-to-apply-filter-s-to-all-the-embedded-iframe-visuals/340071/3

ThomThomson commented 6 months ago

Closing this in favour of two more detailed issues which should cover the use cases mentioned here:

Allowing the author to hide specific filter pills: https://github.com/elastic/kibana/issues/26310 Allowing the author to hide parts of the unified search bar: https://github.com/elastic/kibana/issues/137560