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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...