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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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