<?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 Re: Search cluster operator drill down issue in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39297#M8962</link>
    <description>&lt;P&gt;error | cluster | table cluster_count _raw&lt;/P&gt;

&lt;P&gt;The above is my input for search and cluster. By "drilldown" I mean I click the link on the cluster size to further display cluster details -- I always see one event no matter which cluster I click. I just wonder what this event mean? --- a sample event from the cluster?&lt;/P&gt;

&lt;P&gt;LL &lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2013 21:59:41 GMT</pubDate>
    <dc:creator>liyiou</dc:creator>
    <dc:date>2013-08-19T21:59:41Z</dc:date>
    <item>
      <title>Search cluster operator drill down issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39295#M8960</link>
      <description>&lt;P&gt;I searched the error events and use the "cluster" operator as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;error | cluster | table cluster_count _raw 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I got a list of clusters with the size of each cluster as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1   98  192.168.11.37 - - ..." 2899 4035
2   4   Apr 13 15:03:10 1.1.1.1 ... (2006-04-13 15:02:40)&amp;lt;000&amp;gt;
3   12  Jan 14 09:47:14 ...(2005-01-14 09:48:21)
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now I click the cluster size (98) to look for the 98 events in that cluster, however, there is only one event displayed. Is there anything I did wrong? &lt;/P&gt;

&lt;P&gt;LL&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 17:26:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39295#M8960</guid>
      <dc:creator>liyiou</dc:creator>
      <dc:date>2013-08-19T17:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search cluster operator drill down issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39296#M8961</link>
      <description>&lt;P&gt;can you post the drill down search?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 17:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39296#M8961</guid>
      <dc:creator>cpeteman</dc:creator>
      <dc:date>2013-08-19T17:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search cluster operator drill down issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39297#M8962</link>
      <description>&lt;P&gt;error | cluster | table cluster_count _raw&lt;/P&gt;

&lt;P&gt;The above is my input for search and cluster. By "drilldown" I mean I click the link on the cluster size to further display cluster details -- I always see one event no matter which cluster I click. I just wonder what this event mean? --- a sample event from the cluster?&lt;/P&gt;

&lt;P&gt;LL &lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 21:59:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39297#M8962</guid>
      <dc:creator>liyiou</dc:creator>
      <dc:date>2013-08-19T21:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search cluster operator drill down issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39298#M8963</link>
      <description>&lt;P&gt;In my version of Splunk when I click on information like that the "drilldown" opens a new Splunk window with the drilldown search at the top. stuff like&lt;/P&gt;

&lt;P&gt;search term |  stats count by ip | sort -count&lt;/P&gt;

&lt;P&gt;when I click on "192.168.84.2" a new widow opens with the search:&lt;/P&gt;

&lt;P&gt;search terms ip="192.168.84.2"&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 22:06:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39298#M8963</guid>
      <dc:creator>cpeteman</dc:creator>
      <dc:date>2013-08-19T22:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search cluster operator drill down issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39299#M8964</link>
      <description>&lt;P&gt;Hi, I know is years later, but I have your answer ! You need to add the labelonly=t to your cluster command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;error | cluster labelonly=t showcount=t  | table cluster_count, cluster_label, _raw | sort - cluster_count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can drill into the cluster label to get all your results.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/55i4D774A9E5EA58E13/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;then you get the 15 results:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/56iDD2E1A0AA03B072B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 17:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-cluster-operator-drill-down-issue/m-p/39299#M8964</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-10-14T17:10:03Z</dc:date>
    </item>
  </channel>
</rss>

