Splunk Enterprise

SPLUNK 6.1.1 - Customzing Splunk logo and Messages,Settings,help menu

rakesh_498115
Motivator

Hi ,

I want to cusomize the splunk logo and menu screens which are highlighted in the screen. I mean i dont to show Mesasges,Settings,help menu items in the SPLUNK GUI. How can i customize them ? Can i have the notes or startin point to do this pls.

Attached the screenshot, highlighted the parts i need customization.

alt text

Tags (2)
0 Karma
1 Solution

Rocket66
Communicator

Hiding Messages/Settings/Activity/Help

li.dropdown.messages.shared-splunkbar-messages {display: none;}
li.dropdown.menu-system.shared-splunkbar-systemmenu {display: none;}
li.dropdown.activity.shared-splunkbar-activitymenu {display: none;}
li.dropdown.help.shared-splunkbar-helpmenu {display: none;}

View solution in original post

0 Karma

Rocket66
Communicator

Hiding Messages/Settings/Activity/Help

li.dropdown.messages.shared-splunkbar-messages {display: none;}
li.dropdown.menu-system.shared-splunkbar-systemmenu {display: none;}
li.dropdown.activity.shared-splunkbar-activitymenu {display: none;}
li.dropdown.help.shared-splunkbar-helpmenu {display: none;}
0 Karma

jberwick_splunk
Splunk Employee
Splunk Employee

This no longer works for splunk 6.5+ and would suggest the Following

To disable the message bar

[data-view="views/shared/splunkbar/messages/Master"] {
    /* Styles */
   display:none;
}

SplunkBar options.
views/shared/splunkbar/user/Master
views/shared/splunkbar/messages/Master
views/shared/splunkbar/system/Master
views/shared/splunkbar/activity/Master
views/shared/splunkbar/help/Master
views/shared/splunkbar/find/Master

0 Karma

hbacbs
Explorer

CSS is made for styling not for security. It's like putting the key under the mat.

0 Karma

ashishsaugar
New Member

Pls. tell me In which file I need to write this ----> {display: none;} for all

0 Karma

davidts
Path Finder

Hi Rocket66,

I was wondering in which .js file do I need to make the above changes?

0 Karma

splunker12er
Motivator

Path to : /opt/splunk/etc/apps/Your-app-name/appserver/static/application.css
Path to logo : /opt/splunk/etc/apps/Your-app-name/appserver/static/images

Place the logo inside the images and you may refer the images with proper dimentions in css file..

0 Karma

Rocket66
Communicator

.app-bar .app-name .app-label are styles in Splunk 5, I think ...

The "splunk>"-Logo is just text and should not be changed (I don't know the guidelines for that ...) But if you want to change it anyway, you have to do this via javascript/jQuery ...

0 Karma

jmallorquin
Builder

This one works on dashboard.css

.app-bar .app-name .app-label {
display: none;
}
but i don't know how to change the logo

0 Karma

Rocket66
Communicator

Try :
.navbar .brand { display:none }

0 Karma

rakesh_498115
Motivator

hmm.thanks splunk12er. i was asking about the logo /text on the left side which is highlighted in the screenshot.

i have used the following setting in application.css but didnt work.

a.brand {visibility:hidden; display:none;}

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 ...