Dashboards & Visualizations

How to make visible the logout option in the Splunk dashboard when we do SSO

Nadhiyaa
Path Finder

Only the logout option shoule be visible .Want to hide all other menus in the Splunk app bar when we login via SSO

Tags (1)
0 Karma

renjith_nair
Legend

Something similar I have done is - hide all other panels/menu and added this as part of my navigation menu

  <collection label="Account">  
    <a href="../../account/logout">Logout</a>   
  </collection>
---
What goes around comes around. If it helps, hit it with Karma 🙂

niketn
Legend

@Nadhiyaa, please refer to my older answer on similar lines to provide a Logout Hyperlink. You can add this as a Pre-built Panel to your dashboards : https://answers.splunk.com/answers/609177/hidesplunkbar-leaves-no-way-to-log-out.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

Nadhiyaa
Path Finder

No i dont want to add a Pre-built panel . It should come under the Account settings menu.

0 Karma

niketn
Legend

@Nadhiyaa check out the other answer by @renjith.nair. It uses Navigation xml.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...