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!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...