Dashboards & Visualizations

How to pass 2 values at a time in a drilldown when clicking on a row in a table?

xvxt006
Contributor

Hi,

When i click on a particular cell, say If i click on number 4 in the screenshot (under 400 and next to PR511), I should have JVM=PR511 and status=400. is there a way to get both the values using click.value or something like that?

sourcetype=access_combined_wcookie JVM=PR* status >399 AND status<500 | chart count over JVM by status

alt text

Tags (1)
0 Karma

somesoni2
Revered Legend

See this link for details on what all tokens are available for drilldown from a table.
http://docs.splunk.com/Documentation/Splunk/6.2.2/Viz/PanelreferenceforSimplifiedXML#table_.28event_...

So, you would be able to use $click.name2$ for name of the click column (that will be 400) and $row.JVM$ OR $click.value$ for PR511

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...