Splunk Enterprise

home page not in nav bar

sfatnass
Contributor

hi

i have a default page named (home)

 <view name="home" default='true'/>

but i don't want to show it in the nav bar how can i do that?

.nav-item-home {
    display: none;
}

i can do that in css using this code. but i don't know when can i add this.

thx

Tags (2)
0 Karma
1 Solution

dkeck
Influencer

Ok than try

<view isVisible="false">
  <view name="home" default='true'/>
  </view>

View solution in original post

0 Karma

dkeck
Influencer

Ok than try

<view isVisible="false">
  <view name="home" default='true'/>
  </view>
0 Karma

dkeck
Influencer
0 Karma

sfatnass
Contributor

thx ^^ it work perfectly

0 Karma

dkeck
Influencer

you are welcome 🙂

0 Karma

dkeck
Influencer

Under User interface » Navigation menus » default (note the app context)

just delete the section you want to cut out.

0 Karma

sfatnass
Contributor

but i need to conserve home page like default page, just i don't want to see it on the nav bar

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...