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 Observability Cloud and Splunk AppDynamics - May 2025

This month, we’re delivering several new innovations in Splunk Observability Cloud and Splunk AppDynamics ...

Getting Started with Splunk Artificial Intelligence, Insights for Nonprofits, and ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Splunk Observability Cloud’s AI Assistant in Action Series: Identifying Unknown ...

Agentic AI powers the Splunk AI Assistant within the Splunk Observability Cloud interface to help you quickly ...