|
I was reading the docs here and trying to get cell drilldown to work, but not having much luck. I set the value of drilldown to "all" and to "cell" but in either case, the search that is created places "null" in the stringreplace'd search. Here's the advanced xml I have so far.
When I look at the job that is fired off though, I see this ...| sort -Users | search hostname="null" | mvexpand Users |... Scratching my head trying to figure out how I can get the clicked value into my intention. The output from the hidden search above it is a table looks like this sourceNetworkAddress hostname dcUserCnt 172.16.12.234 host3.site.org 2 172.16.12.204 host2.site.org 1 172.16.12.205 host1.site.org 1 And is created with the hidden search
|
|
Well, '$click.value$' is always the cell value from the first column. Assuming you have a search like
and you click on a cell within a table configured with 'cell' drilldown, here's the full description of the keys available downstream:
So perhaps the first column of this table for some reason is actually blank? that's the only thing I can think of. Or maybe it's _time because _time values from chart/table drilldown cannot be used in stringreplace intentions (obscure but known limitation of custom drilldown wiring). Captain Obvious to the rescue here; duh Tim. Thanks nick, value was indeed the value of the first column, value2 the next, etc. Dunno how I missed that : )
(28 Sep '10, 20:22)
caphrim007
|
