Splunk Dev

How to change Account Bar interace ?

sieutruc
Contributor

Hello,

I want to change how account bar looks like. Normally, in the account bar, there are user status, apps option, manager, alert, job,logout. Can i manually config those options for each kind of user ?
For example : normal user 1 just sees his status and log-out link, more advanced user can see more given apps for him in apps option and alert link also appears...

Tags (1)
0 Karma

my_splunk
Path Finder

I have same isseu: Any advice? I see that in AccountBar.html with
userLabel = cherrypy.session['user']['name']
userFullName = cherrypy.session['user'].get('fullName', userLabel)
is possible to recover user name? How i can recover user roles? Thanks

0 Karma

clocker_splunk
Splunk Employee
Splunk Employee

You could wrap some logic around each link, check out the splunk/share/splunk/search_mrsparkle/modules/nav/AccountBar.html for more details.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...