Dashboards & Visualizations

How do I extract information populated in one panel to another panel in the same dashboard?

Drayday134
New Member

I would like this to occur in the same dashboard. Sort of similar to a pipe command between panels.

0 Karma

sundareshr
Legend

Here's what you need to do to accomplish that

     <dashboard>
    <row>
        <panel>
            <chart>
                <search id="baseSearch">
                    <query>search for the first panel</query>
                </search>
                    ...... 
            </chart>
        </row>
        <row>
            <panel>
                <chart>
                    <search base="baseSearch">
                        <query>add segments here</query>
                    </search>
                    ......
                </chart>
            </panel>
        </row>
    </dashboard>

Beware of limitations to this approach
http://docs.splunk.com/Documentation/Splunk/6.4.3/Viz/Savedsearches#Post-process_limitations

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...