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!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...