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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...