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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

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

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...