<?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: get rid of this awful other column in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48990#M11729</link>
    <description>&lt;P&gt;+1 for an example of the where clause. Been looking for one of those for a while&lt;/P&gt;</description>
    <pubDate>Fri, 24 Aug 2012 11:28:47 GMT</pubDate>
    <dc:creator>jonuwz</dc:creator>
    <dc:date>2012-08-24T11:28:47Z</dc:date>
    <item>
      <title>get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48985#M11724</link>
      <description>&lt;P&gt;I want to do a " | stat count by host " or a " | timechart span=1d count by host".&lt;/P&gt;

&lt;P&gt;I need the detail for each host. Now I only have the 10 first and a "other column" with all the others.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2011 05:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48985#M11724</guid>
      <dc:creator>mataharry</dc:creator>
      <dc:date>2011-02-23T05:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48986#M11725</link>
      <description>&lt;P&gt;Simple, add the "useother=0",
you will have the complete list of your columns (but it can be confusing if you have too much).&lt;/P&gt;

&lt;P&gt;by example : | timechart span=1d count by host useother=0&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2011 05:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48986#M11725</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2011-02-23T05:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48987#M11726</link>
      <description>&lt;P&gt;Adding &lt;CODE&gt;userother=0&lt;/CODE&gt; or &lt;CODE&gt;f&lt;/CODE&gt; DOES NOT show all the columns. It merely removes the OTHER field which is as good as useless in your case.&lt;/P&gt;

&lt;P&gt;There is potentially a cleaner way (I'd love to know, personally), but what you can do is increase the threshold for the amount of columns that get aggregated into this nasty 'OTHER' field by using the &lt;CODE&gt;where&lt;/CODE&gt; command. eg,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;timechart span=1d count by host where top100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Supposedly timechart, by default, has a where clause of top10. Frankly I'd like to know why this 'feature' is the default behaviour. It should be optional.&lt;/P&gt;

&lt;P&gt;This &lt;CODE&gt;top100&lt;/CODE&gt; business obviously isn't optimal, but it's the best I can offer I'm afraid.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2011 10:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48987#M11726</guid>
      <dc:creator>jarrodrobins</dc:creator>
      <dc:date>2011-03-31T10:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48988#M11727</link>
      <description>&lt;P&gt;as of quite a while ago you can just do  "timechart span=1d count by host limit=10"   and not use the clunkier where syntax.  I think it was 4.1 when that changed.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2011 11:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48988#M11727</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-03-31T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48989#M11728</link>
      <description>&lt;P&gt;This is not correct, it only HIDES the 'other' column. See Jarrod's answer for a correct solution&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2012 08:50:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48989#M11728</guid>
      <dc:creator>HXCaine</dc:creator>
      <dc:date>2012-08-24T08:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48990#M11729</link>
      <description>&lt;P&gt;+1 for an example of the where clause. Been looking for one of those for a while&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2012 11:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48990#M11729</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-08-24T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of this awful other column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48991#M11730</link>
      <description>&lt;P&gt;I know this is an old question, but to show details for each host, use &lt;CODE&gt;limit=0&lt;/CODE&gt;, for example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d count by host limit 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.4/SearchReference/Timechart"&gt;Timechart&lt;/A&gt; for details.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:22:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/get-rid-of-this-awful-other-column/m-p/48991#M11730</guid>
      <dc:creator>chrisherdt</dc:creator>
      <dc:date>2019-02-26T17:22:45Z</dc:date>
    </item>
  </channel>
</rss>

