<?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 Why OTHER is shown even though it is not present in log files. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-OTHER-is-shown-even-though-it-is-not-present-in-log-files/m-p/86000#M182134</link>
    <description>&lt;P&gt;I am showing a time chart filtered by host. There is no host named OTHER. but on actual graph OTHER appears as one of the host. It is shown only on some graphs, not all. I want to remove that OTHER from the graph. Is there any solution for that?? &lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2011 06:10:24 GMT</pubDate>
    <dc:creator>tkadale</dc:creator>
    <dc:date>2011-04-21T06:10:24Z</dc:date>
    <item>
      <title>Why OTHER is shown even though it is not present in log files.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-OTHER-is-shown-even-though-it-is-not-present-in-log-files/m-p/86000#M182134</link>
      <description>&lt;P&gt;I am showing a time chart filtered by host. There is no host named OTHER. but on actual graph OTHER appears as one of the host. It is shown only on some graphs, not all. I want to remove that OTHER from the graph. Is there any solution for that?? &lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 06:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-OTHER-is-shown-even-though-it-is-not-present-in-log-files/m-p/86000#M182134</guid>
      <dc:creator>tkadale</dc:creator>
      <dc:date>2011-04-21T06:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why OTHER is shown even though it is not present in log files.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-OTHER-is-shown-even-though-it-is-not-present-in-log-files/m-p/86001#M182135</link>
      <description>&lt;P&gt;When you're using the &lt;CODE&gt;chart&lt;/CODE&gt; or &lt;CODE&gt;timechart&lt;/CODE&gt; commands, and you have a 'split by' clause in them,  ie you have a 'by host' on the end,  by default they only show the top 9 values in the split, and all the others get rolled up into a value it creates called 'OTHER'. &lt;/P&gt;

&lt;P&gt;If you want to raise that number from 10 for example,  you can do: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | timechart count by host limit=20
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and if you want to show the top 50 or something, and NOT include any 'OTHER' field, you can do: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | timechart count by host limit=50 useother=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However beware that &lt;CODE&gt;useother=f&lt;/CODE&gt; does not undo the limit at all; it purely controls whether the 'OTHER' should be displayed or not.  Since it can be very misleading to omit it,  I generally bump the number up to 50 or 75 but let it display. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/SearchReference/Timechart"&gt;http://www.splunk.com/base/Documentation/latest/SearchReference/Timechart&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;NOTE: in older splunk versions there was no &lt;CODE&gt;"limit=N"&lt;/CODE&gt; syntax and you had to use clunkier syntax of &lt;CODE&gt;"timechart count by host where sum in top50"&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 06:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-OTHER-is-shown-even-though-it-is-not-present-in-log-files/m-p/86001#M182135</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-04-21T06:37:13Z</dc:date>
    </item>
  </channel>
</rss>

