All Apps and Add-ons

Can I please the know the way to create a splunk app without header and footer?

kishoreyv
Engager

Can I please know the way to create a splunk app without header and footer? Thanks.

Tags (1)
1 Solution

swbodie
Path Finder

I'm not sure if there is a setting for this across all dashboards in an app, but you can set flags on each individual dashboard to remove the header and footers. You can edit the simple xml so that you dashboard or form element uses any of these flags to hide what you choose:

hideChrome
hideAppBar
hideEdit
hideFooter
hideSplunkBar
hideTitle

Examples:

    <dashboard hideFooter="true" hideAppBar="true">
        ...
    </dashboard>

Hope this helps.

View solution in original post

swbodie
Path Finder

I'm not sure if there is a setting for this across all dashboards in an app, but you can set flags on each individual dashboard to remove the header and footers. You can edit the simple xml so that you dashboard or form element uses any of these flags to hide what you choose:

hideChrome
hideAppBar
hideEdit
hideFooter
hideSplunkBar
hideTitle

Examples:

    <dashboard hideFooter="true" hideAppBar="true">
        ...
    </dashboard>

Hope this helps.

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, ...