Dashboards & Visualizations

Is it possible to have a checkbox to toggle hiding or showing panels/rows on a dashboard in Simple XML?

HattrickNZ
Motivator

Assuming I have a dashboard with multiple panels, is there a way to have some visible and some not?

  <form>
      <label>dashboard name</label>

        <fieldset autoRun="true" submitButton="false">
        <input type="checkbox" token="sourcetype_token" searchWhenChanged="true">
            <choice value="show">show</choice>
            <choice value="hide">hide</choice>
        </fieldset>

        <row>
            <panel>
                <chart>

                ...

                </chart>
            </panel>
        </row>
        <row>
            <panel>
                <chart>

                ...

                </chart>
            </panel>
        </row>
        <row>
            <panel>
                <chart>

                ...

                </chart>
            </panel>
        </row>
    </form>

currently this skeleton has the following view
check box
row1
row2
row3

Is there a way I can do the following:
check box
row1
row2 show/hide
row3 show/hide

with row 2 and 3 having the same control to toggle them from visible to hide?

I am looking to do this in simple XML.

0 Karma
1 Solution

woodcock
Esteemed Legend

You need the depends option for simple XML. Check out this excellent answer with example:

http://answers.splunk.com/answers/188709/how-to-display-dashboard-panels-dynamically.html

View solution in original post

woodcock
Esteemed Legend

You need the depends option for simple XML. Check out this excellent answer with example:

http://answers.splunk.com/answers/188709/how-to-display-dashboard-panels-dynamically.html

HattrickNZ
Motivator

tks that looks like a good starting point

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...