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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...