Dashboards & Visualizations

How to execute two panels subsequently on a dashboard

xiangtaner
Path Finder

Hi,

I have two panels on the same dashboard, but the second one depends on the results of the first one and needs to input the lookup table generated from the first panel. How can set it up so that the second panel does not run until the first panel finishes?

Thanks!

Tags (1)
0 Karma

xiangtaner
Path Finder

Thanks maciep for the input!

The first piece of code (or search in the first panel) creates a list of IP addresses which the second piece of code (or search in the second panel) takes in order to filter a big source by keeping only IP addresses in the list.

The first piece of code likes below:

search1
| table IP
| outputlookup ips.csv

The second piece of code takes in the lookup as:

sourcetype=bigsource | search [| inputlookup ips.csv | fields IP] | ...

I do want to combine these two pieces of code together so that I only need one panel, as you can see the first piece of code does nothing but just creating the list. If you have any good ideas to achieve this please do let me know.

So I have these two panels on the same dashboard, and the second panel depends on the lookup table created and finalized.

Greatly appreciate any ideas/suggestion!

0 Karma

maciep
Champion

There is the "depends" attribute that might be useful here. But I'm not fully understanding how the panels relate to each other. The first one generates a lookup table? Do you mean it's piping to outputlookup or using rest to actually create a lookup that the second panel needs? Or are you just tabling data that the user can click on to populate a search for the second panel? Or something else entirely?

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

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...