Dashboards & Visualizations

Hide App Dropdown list menu just for one user

faguilar
Path Finder

Hi Splunkers!

I'm trying to hide the app dropdown list from a dashboard, but just for one single user. I want to achieve this without having to use a script, and right now I could by creating a .css file in appserver/static with this content:

.menu-apps {display: none !important;}

The problem? Of course, it hiddes the menu for all users (included Admin), and I just want to hide it from the user "user1".

Is there a way to achieve this without using a script? I was thinking in put that .css on $SPLUNK_HOME/etc/users/user1/myapp/appserver/static, but that approach doesn't work.

Any ideas? I'm using Splunk 6.6.3 btw

Thanks!

0 Karma

dratcliffe_rdi
New Member

I would do the following:

  1. Create a new role.
  2. Add the user to the new role.
  3. Clone the original dashboard.
  4. Add custom css to the clone.
  5. Set permissions for the new dashboard.
  6. Revise permissions for the original dashboard.

I hope this helps!

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...