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!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...