Refine your search:

Hi, time value name id ... a hhhh 56

How to get value from drilldown so that i can use those values for the further searches.I want to get all values(time,a,hhh,56) from the drilldown which given above and i want to use that for another search or pass that values to another view is this possible.Iam using advanced XML.Please help

<module name="SimpleResultsTable"> <param name="count">10</param> <param name="drilldown">row</param> <param name="allowTransformedFieldSelect">True</param> </module>

this is my driilldown module...

asked 07 May '12, 02:51

john's gravatar image

john
6119
accept rate: 0%

edited 07 May '12, 06:54

sdaniels's gravatar image

sdaniels ♦
4.5k49


One Answer:

You'll need the Sideview Utils app of course. This should give you the details you need to get multiple values.

$click.fields.someFieldName$ $click.fields.someOtherFieldName$... for all the cells in a row which i think is what you are trying to get.

Nick answered this here. How to pass more than 2 values when clicking on a row for drill down search? on Splunk Answers

link

answered 07 May '12, 05:54

sdaniels's gravatar image

sdaniels ♦
4.5k49
accept rate: 34%

can you please send me syntax how to implement this in xml i mean for multiple values from drilldown

(08 May '12, 00:34) john
1

Well Sideview Utils itself contains examples and documentation, and there's a page dedicated to how the drilldown keys work with clickable tables and charts. See inside the app itself for more details.

(13 Aug '12, 17:37) sideview ♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×273
×192

Asked: 07 May '12, 02:51

Seen: 841 times

Last updated: 13 Aug '12, 17:37

Copyright © 2005-2012 Splunk Inc. All rights reserved.