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!

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

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

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