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!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...