We have just upgraded to Enterprise 1.47.0_es8.4.3 and since everything has changed we begun customizing items visibility for different access levels in Kibanaâs toolbar, but it doesnât allow us to do all the things we need. For example, I can hide different apps in the main toolbar using kibana_hide_apps[âsomeappâ], but I am not able to hide the whole âManagementâ clause leaving âStack Management|Index Managementâ menu open using the same tool.
I understand that it is very tedious for your team to create and support such leverages for every single menu item. But maybe there is a chance to create something like âCustom Toolbarâ where we could place any app and from where we could reach any corner of Kibana no matter how far it really is from the main menu?
Thank you in advance for reading all this mess
Regards, Ilia
Hey Ilia, thanks for taking the time to write to us.
About the un-hidable âManagementâ menu, can you show us an example of ACL block + screenshot where you canât hide the index management submenu? ROR has different behaviours according to kibana_access and kibana_hide_apps combinations. I think we can make it work!
I love the idea about adding completely custom links to the sidebar! Definitely should implement
An error occurred: Sorry, new users can only put one embedded media item in a post. So there is only one screenshot.
For example, I want to hide âManagement|Stack Management|Kibana|Data Viewsâ under âkibana_access: rwâ since there is no access to this menu from RO at all, and I am trying:
kibana_hide_apps: [ âManagement|Stack Management|Data Viewsâ ] - âStack Managementâ link is missing as well as âManagementâ button itself (they lead to the same submenu), so there is no access to âStack Managementâ at all
kibana_hide_apps: [ âStack Management|Data Viewsâ ] - and all the combinations with âStack Managementâ at the first place - do not work
We would like to close the whole âManagementâ except two links that are in âStack Managementâ - âData Viewsâ and âIndex Managementâ.
âData Viewsâ is visible under âROR Manage Kibanaâ that shows up after kibana_hide_apps: [ âManagement|Stack Managementâ ] or kibana_hide_apps: [ âManagementâ ] combination is used, but we still want to give access to some of our users to the âIndex Managementâ
Hi, I checked, and looks like itâs not possible to handle exactly this case in the current implementation of this feature, I created the task for it and will fix it. I also created the second task for adding custom links to the sidebar and will work on it. Thanks for your feedback!