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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...