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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...