<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic drilldown whilst using a search w stats values() in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13563#M1292</link>
    <description>&lt;P&gt;So this stemmed from a previous question, but i figured it warranted a new question. (hey more points for everyone)&lt;/P&gt;

&lt;P&gt;I can't quickly think of a better example but if you do a search like the following... and select a username ... i guess i would expect to have it append " user=selectedcelltext".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="sample" | stats values(user)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This would be a common issue for anyone running dashboards and wanted to see all the results for that user or something.&lt;/P&gt;

&lt;P&gt;thoughts?&lt;/P&gt;</description>
    <pubDate>Sat, 15 May 2010 02:27:04 GMT</pubDate>
    <dc:creator>hiddenkirby</dc:creator>
    <dc:date>2010-05-15T02:27:04Z</dc:date>
    <item>
      <title>drilldown whilst using a search w stats values()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13563#M1292</link>
      <description>&lt;P&gt;So this stemmed from a previous question, but i figured it warranted a new question. (hey more points for everyone)&lt;/P&gt;

&lt;P&gt;I can't quickly think of a better example but if you do a search like the following... and select a username ... i guess i would expect to have it append " user=selectedcelltext".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="sample" | stats values(user)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This would be a common issue for anyone running dashboards and wanted to see all the results for that user or something.&lt;/P&gt;

&lt;P&gt;thoughts?&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 02:27:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13563#M1292</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-15T02:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown whilst using a search w stats values()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13564#M1293</link>
      <description>&lt;P&gt;It appears the drilldown code overall isnt capable of dealing with stats values(user).   It may just be a little bug but it's quite possible that it's an undocumented limitation of the feature.  &lt;/P&gt;

&lt;P&gt;However this is a strange search to run in the first place, since you're going to get a single row with an enormous multivalued field containing every distinct value of user. &lt;/P&gt;

&lt;P&gt;Change to running:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="sample" | stats count by user 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or just 
    index="sample" | top user &lt;/P&gt;

&lt;P&gt;Those will give you results where each row is the unique user and the drilldown will deal with it properly. &lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 06:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13564#M1293</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-15T06:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown whilst using a search w stats values()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13565#M1294</link>
      <description>&lt;P&gt;Unfortunately the table i built for the dashboard (that my client requested) ... needs the "values" command. I'll have to see if i can get creative and give him the information he needs in a different way. Do you foresee the ability to drill-in from a "values" command coming through in a future splunk version?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2010 20:48:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13565#M1294</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-17T20:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown whilst using a search w stats values()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13566#M1295</link>
      <description>&lt;P&gt;I think we'll get it fixed yea.  It's not a hard thing to get right - i think we just overlooked it. I'll take a look and file it if it's not captured already.  Thanks for the catch.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2010 14:11:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/drilldown-whilst-using-a-search-w-stats-values/m-p/13566#M1295</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-19T14:11:34Z</dc:date>
    </item>
  </channel>
</rss>

