Dashboards & Visualizations

Hiding the "Manage Apps..." menu.

dondky
Path Finder

Hi all, I am trying to get rid of the "Manage Apps Menu" for non administrators. It is under the app tab. Is there any way of setting permissions to this similar to other apps such as Windows etc? Can't seem to find the settings for this.

Thanks

Tags (4)
0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

I know that you can remove the entire "App" menu by setting the AccountBar module parameter "mode" to "lite" :

<module name="AccountBar" layoutPanel="appHeader" mode="lite"/>

But the "Manage Apps" menu item is a bit more hardwired.Furthermore you can also navigate to the same target via the Manager->Apps path.

If you are using role based permissions correctly, the users should only be able to see the apps that they have permission for anyway.

View solution in original post

Damien_Dallimor
Ultra Champion

I know that you can remove the entire "App" menu by setting the AccountBar module parameter "mode" to "lite" :

<module name="AccountBar" layoutPanel="appHeader" mode="lite"/>

But the "Manage Apps" menu item is a bit more hardwired.Furthermore you can also navigate to the same target via the Manager->Apps path.

If you are using role based permissions correctly, the users should only be able to see the apps that they have permission for anyway.

dondky
Path Finder

Thanks, looks like it should be fine. I was concerned that someone could do something odd by going into managed apps, but if they are only restricted to the apps they "should" see then we will leave at default.

Thanks for the reply.

0 Karma

jackreeves
Explorer

Hi,

Can I hide the App menu for just one App or maybe one user?

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...