<?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: Removing &amp;quot;Others&amp;quot; result from chart in advanced XML in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40103#M9231</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Have you verified you "Other" field is not just the sum the remaining "top 10" entries which are not displayed in your chart.&lt;/P&gt;

&lt;P&gt;You should also look at the chart's properties (&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-chartlegend"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-chartlegend&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;I've had similar issues with "Other", where there may be a hugh difference between the 1st (top) item and subsequent items, as the visual slice would be "too small" to see. For this in my advanced XML under the chart module I would add something like the following...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will disable the threshold, and stop the collapsing of results into "other".&lt;/P&gt;

&lt;P&gt;For reference check the registered modules by visiting ... &lt;A href="http://splunkServer:8000/en-GB/modules#Splunk.Module.HiddenChartFormatter"&gt;http://splunkServer:8000/en-GB/modules#Splunk.Module.HiddenChartFormatter&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2012 11:56:33 GMT</pubDate>
    <dc:creator>MHibbin</dc:creator>
    <dc:date>2012-08-21T11:56:33Z</dc:date>
    <item>
      <title>Removing "Others" result from chart in advanced XML</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40101#M9229</link>
      <description>&lt;P&gt;I have a chart that is fed results from a search ending in | top limit=10 dest_ip.  The chart in the dashboard always renders with the "Others" field that sums the results of all rows that didn't make the top ten.&lt;/P&gt;

&lt;P&gt;How can I disable this?  The userother=false doesn't disable it...&lt;/P&gt;

&lt;P&gt;Thx.&lt;/P&gt;

&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 09:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40101#M9229</guid>
      <dc:creator>responsys_cm</dc:creator>
      <dc:date>2012-08-21T09:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing "Others" result from chart in advanced XML</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40102#M9230</link>
      <description>&lt;P&gt;Really? That's what &lt;CODE&gt;useother&lt;/CODE&gt; should be doing. Are you sure you specified it correctly (&lt;CODE&gt;useother&lt;/CODE&gt;, not &lt;CODE&gt;userother&lt;/CODE&gt;)?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 09:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40102#M9230</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-08-21T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing "Others" result from chart in advanced XML</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40103#M9231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Have you verified you "Other" field is not just the sum the remaining "top 10" entries which are not displayed in your chart.&lt;/P&gt;

&lt;P&gt;You should also look at the chart's properties (&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-chartlegend"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-chartlegend&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;I've had similar issues with "Other", where there may be a hugh difference between the 1st (top) item and subsequent items, as the visual slice would be "too small" to see. For this in my advanced XML under the chart module I would add something like the following...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will disable the threshold, and stop the collapsing of results into "other".&lt;/P&gt;

&lt;P&gt;For reference check the registered modules by visiting ... &lt;A href="http://splunkServer:8000/en-GB/modules#Splunk.Module.HiddenChartFormatter"&gt;http://splunkServer:8000/en-GB/modules#Splunk.Module.HiddenChartFormatter&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 11:56:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40103#M9231</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-08-21T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing "Others" result from chart in advanced XML</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40104#M9232</link>
      <description>&lt;P&gt;Right.    pie charts have their own "Other" which shows up.  Because chart and timechart put out an "OTHER", it's easy to see this and assume it's a search language thing.   Charting keys can take it away like you see here.  Of ccurse then the pie chart becomes extremely misleading!  and in which case you probably shouldn't be using a pie chart.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 17:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-quot-Others-quot-result-from-chart-in-advanced-XML/m-p/40104#M9232</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-08-21T17:02:12Z</dc:date>
    </item>
  </channel>
</rss>

