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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...