Splunk Search

Value from a panel1, and using that value in panel2 in Splunk Dashboard?

VS0909
Communicator

Is it possible to apply for a formula in dashboard?

For eg: 

Taking a value from a panel1, and using that value in panel2?

Labels (4)
0 Karma

VS0909
Communicator

@kamlesh_vaghela Thanks for the reply.

What if the query returns a table with _time and CountPerDay as columns, with multiple rows?

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@VS0909 

Can you please share more details OR sample code for First Panel and How you want to use Table data in Second Panel?

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@VS0909 

Yes,  you can. In first panel search, add done tag with set token. Use that token in another panel as per your requirement.

 

 <search>
          <query>YOUR_SEARCH</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
          <done>
            <set token="tkn_Column">$result.COLUMN$</set>
          </done>
        </search>

 

0 Karma
Get Updates on the Splunk Community!

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

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...