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!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...