Dashboards & Visualizations

Help | About menu frustration

Ant1D
Motivator

Hey

I am trying to hide the Help | About default menu from my instance of Splunk. I believe that this may be possible via application.css but I could be wrong.

alt text

The following image above just shows the navigation menu on my splunk instance. I have used application.css to highlight in orange the part of the menu that has the views I have created. Is it possible to highlight just the Help | About menu side? If so, then I believe that I could use CSS to stop the Help | About menu from being displayed.

Thanks in advance for your help.

Tags (2)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

Should be able to use a CSS class:

.auxLinks {
  display: none;
}

to hide them.

Update:

Better probably to use:

.AppBar .auxLinks {
  display: none;
}

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

Should be able to use a CSS class:

.auxLinks {
  display: none;
}

to hide them.

Update:

Better probably to use:

.AppBar .auxLinks {
  display: none;
}

Genti
Splunk Employee
Splunk Employee

pasting the correct path: splunk/share/splunk/search_mrsparkle/modules/nav/AppBar.css

0 Karma

Ant1D
Motivator

Thanks for the info.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

I reverse engineered it using the browser developer tools. Chrome and Safari have them built in, Firefox and IE have toolbars to download. It's in a file share/modules/nav/AppBar.css

0 Karma

Ant1D
Motivator

Wahey! Thanks again gkanapathy. It works 🙂 I couldn't find auxLinks in the default.css file. Where can I find it and what does it do (if anything else other than controlling this menu)?

0 Karma
Get Updates on the Splunk Community!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...