Below is my configuration settings for the navigation menu
default.xml:
<collection label="Systems and Cloud services">
<a href="/app/datacenter_vmcust">SCS</a>
</collection>
<a href="/app/messaging_and_services">Messaging Services</a>
<a href="/app/FM">FM</a>
<a href="/app/xx" default="true">WW</a>
<collection label="yy">
<a href="/app/zz">WW-YU</a>
</collection>
</collection>
<collection label="LAN and Network Security">
<a href="/app/LNS">LNS</a>
</collection>
<collection label="Unified Communication">
<a href="/app/UC">UC</a>
</collection>
<a href="/app/DB">DB</a>
I require to have the views below the collections not in the same app header bar .
Views menus should come below the app bar.
Need some help here
Like this:
<collection label="Systems and Cloud services">
<a href="/app/datacenter_vmcust">SCS</a>
</collection>
<a href="/app/messaging_and_services">Messaging Services</a>
<a href="/app/FM">FM</a>
<a href="/app/xx" default="true">WW</a>
<collection label="yy">
<a href="/app/zz">WW-YU</a>
</collection>
</collection>
<collection label="LAN and Network Security">
<a href="/app/LNS">LNS</a>
</collection>
<collection label="Unified Communication">
<a href="/app/UC">UC</a>
</collection>
<collection label="Your Collection Name Here">
<a href="/app/DB">DB</a>
</collection>
@woodcock as mentioned by @renjith.nair, this seems to be a duplicate question of https://answers.splunk.com/answers/671668/how-to-add-a-bar-below-the-navigation-menu-in-splu.html
Requesting you to move your answer to the other thread so that this question can be closed as duplicate 🙂
@Nadhiyaa can you add a mock up screenshot of what you need?
Its seems to be same as : https://answers.splunk.com/answers/671668/how-to-add-a-bar-below-the-navigation-menu-in-splu.html
@niketnilay Hi yes its the same
For example :
My navigation menu should be like below
XX YY ZZ
AA BB CC
Where XX,YY,ZZ are the top level menus when we click on one of the subset of XX goes to AA dashboard where again i should have XX YY ZZ and then below AA related views . it should be one level below