<?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: chart over refuses to show OTHER group in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359490#M23416</link>
    <description>&lt;P&gt;@martin_mueller is my usual muse:-). The problem is caused by my mistaken belief that values() on single-value input will always result in single-value stats.  It does, except with charting where a group of stats have to be combined into OTHER, causing this group to be multi-valued and not displayed on the chart.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 19:14:19 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2017-08-09T19:14:19Z</dc:date>
    <item>
      <title>chart over refuses to show OTHER group</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359486#M23412</link>
      <description>&lt;P&gt;Many people asked about how to suppress OTHER group from charts.  But I have the opposite problem: When I use &lt;CODE&gt;chart blah over foo by bar&lt;/CODE&gt;, legends include an "OTHER" group but the chart does not show it.  This results in seriously skewed charts.  For example, when I do not specify limit (default 10), I get three blank bands out of 6. (Only one blank expected.); if I do limit=20, I get two blank bands. Now if I do limit=30, five bands have non-zero values, but they are not correct judging by setting limit=40 and limit=0.  Now I can't even trust limit=0 because OTHER group still exist.  How can I force OTHER to display?&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/3337iA695E5759376B837/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&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/3338iAD4391AB59CA1592/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, 08 Aug 2017 21:10:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359486#M23412</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2017-08-08T21:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: chart over refuses to show OTHER group</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359487#M23413</link>
      <description>&lt;P&gt;I tried to reproduce that using this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_access | chart count over file by bytes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, I get a chart with all columns containing something, lots with OTHER.&lt;/P&gt;

&lt;P&gt;What version are you on?&lt;BR /&gt;
Can you reproduce your issue using splunk-internal data to run anywhere?&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/3336i17A416177974BF70/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>Wed, 09 Aug 2017 09:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359487#M23413</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-08-09T09:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: chart over refuses to show OTHER group</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359488#M23414</link>
      <description>&lt;P&gt;The &lt;CODE&gt;chart&lt;/CODE&gt; command has a &lt;CODE&gt;useother&lt;/CODE&gt; argument that you can try setting as &lt;CODE&gt;useother=t&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 11:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359488#M23414</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-09T11:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: chart over refuses to show OTHER group</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359489#M23415</link>
      <description>&lt;P&gt;Version is 6.6.2.  I tried several combinations with index=_internal but they are all able to show OTHER on chart. (Which is what I have always expected unless I specify useother=false).&lt;/P&gt;

&lt;P&gt;But this inspired me to examine the stats in more detail, and discover that OTHER group alone contains multivalue entries!  Because my input is single value, I was foolish to believe that values() is as good as any other function, not realising that OTHER would wreck havoc.  Many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359489#M23415</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2017-08-09T19:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: chart over refuses to show OTHER group</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359490#M23416</link>
      <description>&lt;P&gt;@martin_mueller is my usual muse:-). The problem is caused by my mistaken belief that values() on single-value input will always result in single-value stats.  It does, except with charting where a group of stats have to be combined into OTHER, causing this group to be multi-valued and not displayed on the chart.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-over-refuses-to-show-OTHER-group/m-p/359490#M23416</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2017-08-09T19:14:19Z</dc:date>
    </item>
  </channel>
</rss>

