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!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...