Dashboards & Visualizations

Hide Splunk Bar in Account Settings

pbalbasm
Path Finder

Hi everyone,

I created in the app navigation bar one option that allows the user change the password as follows:

alt text

That option leads to "Account Settings" view, and the thing is I don't want the user can see the Splunk bar in that view.
Is there any way to hide the Splunk bar in that view and only for the app I'm creating?

Thanks for everything.

0 Karma

pbalbasm
Path Finder

After trying , the only thing that works in Splunk version 7.2 is adding ?hideSplunkBar=true at the end of the URL:

       - http://localhost:8000/en-US/manager/myapp/authentication/changepassword?hideSplunkBar=true

I need to know if it's possible something similar in splunk previous versions.

0 Karma

dkeck
Influencer

HI,

try

.appHeader {
display: none;
}

or

.navbar {
display: none;
}

in your_app/appserver/static/dashboard.css:

jkat54
SplunkTrust
SplunkTrust

No, the account settings aka “changepassword” view is a static view that takes you into a completely different app context.

You’ll have to hack css and maybe js as well to do this, and that would be unsupported. It would also have to be reimplemented every time you upgrade or reinstall splunk.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...