Hello Splunkers,
I created an internal drill down dashboard. But, when I tried to click a particular row in thedashboard, it didn't select. And, another row is also not getting to the results. Please help what is error i didnt get.
test1
<panel>
<table>
<search>
<query>index=king | top 5 clientip</query>
<earliest>0</earliest>
<sampleRatio>1</sampleRatio>
</search>
<option name="drilldown">row</option>
<option name="count">20</option>
<option name="dataOverlayMode">none</option>
<option name="drilldown">none</option>
<option name="percentagesRow">false</option>
<option name="rowNumbers">false</option>
<option name="totalsRow">false</option>
<option name="wrap">true</option>
<drilldown>
<set token="tokentest">$row.clientip$</set>
</drilldown>
</table>
</panel>
<panel>
<table>
<search>
<query>index=king clientip=$tokentest$ | stats count by categoryId</query>
</search>
</table>
</panel>
... View more