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!

Index This | Why do they call it hyper text?

November 2023 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

State of Splunk Careers 2023: Career Resilience and the Continued Value of Splunk

For the past three years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...

The Great Resilience Quest: 9th Leaderboard Update

The ninth leaderboard update (11.9-11.22) for The Great Resilience Quest is out &gt;&gt; Kudos to all the ...