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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...