Hi
I have a dashboard (called "Monitoring") with three panel ("Single value"). All start with 0 value. When one panel or more panel increase of value for example (first panel to 2, second panel to 5, third panel to 3) another dashboard (called "Main") with one panel ("Single value") i would like it increase the value to 1. Obviously when "Dashboard Monitoring" have all panels at 0 value, the panel of "Dashboard Main" must be at 0 value.
Thanks for support.
Luigi
One way would be to capture the value of panel 1,2, 3 into fields say A, B, C with values 0 to whatever it can go, on to a lookup table.
the second Dashboard can have search that sum the values of A, B, C from the lookup table and show in its dashboard.
@splunk6161 please define When one panel or more panel increase of value
clearly for us to assist you better. What happens when first panel increases and second panel decreases? What happens when all decrease? Give expected match of all possible scenarios.
hi
"What happens when first panel increases and second panel decreases?"
When the first panel (on dashboard called "Monitoring") increase your value > 0 another dashboard (called "Main") whit one panel ("Single value") i would like it increase the value to 1 (for example). Independently of value increased on panel on dashboard Monitoring, the second dashboard Main must warn me that there is an alarm (it can be a number / a word or just a red color)
"What happens when all decrease?"
As long as there is at least one value > 0 on any panel on the dashboard Monitoring, the dashboard Main must have an alarm (it can be a number / a word or just a red color)
Thanks
One way would be to capture the value of panel 1,2, 3 into fields say A, B, C with values 0 to whatever it can go, on to a lookup table.
the second Dashboard can have search that sum the values of A, B, C from the lookup table and show in its dashboard.