<?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: what is the limit to the number of categories that can be in a legend in splunk timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130314#M35506</link>
    <description>&lt;P&gt;&lt;CODE&gt;limit=0&lt;/CODE&gt; works by not grouping the remaining categories into &lt;CODE&gt;Other&lt;/CODE&gt;. &lt;/P&gt;</description>
    <pubDate>Sun, 12 Apr 2015 23:05:02 GMT</pubDate>
    <dc:creator>HattrickNZ</dc:creator>
    <dc:date>2015-04-12T23:05:02Z</dc:date>
    <item>
      <title>what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130306#M35498</link>
      <description>&lt;P&gt;I have a timechart search that looks something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart  span=15m max(c84162281) as "Average Seizure Traffic per Line (Trunk Group)" by TG_Category | eval threshold=1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Some Observations/Questions:&lt;/STRONG&gt;&lt;BR /&gt;
But there is 14 categories to show and it only shows 10, and puts the remaining categories into &lt;CODE&gt;Other&lt;/CODE&gt;. So that's 11 categories in total showing. &lt;BR /&gt;
The legend seems to show the categories in alphabetical order. Can I order this by size or something else other that alphabetically?&lt;BR /&gt;
Can I name &lt;CODE&gt;Other&lt;/CODE&gt; to something else?&lt;BR /&gt;
I can add another category to the legend using the &lt;CODE&gt;eval threshold=1&lt;/CODE&gt; and this seems to appear in the legend. So there is a limit there of sorts, but not completely it seems &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 03:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130306#M35498</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-08T03:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130307#M35499</link>
      <description>&lt;P&gt;found &lt;A href="http://answers.splunk.com/answers/223836/is-there-a-timechart-legend-limit.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=ahdefault"&gt;this&lt;/A&gt; re the limit question &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 03:25:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130307#M35499</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-08T03:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130308#M35500</link>
      <description>&lt;P&gt;You may also find the docs on &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/SearchReference/timechart"&gt;timechart&lt;/A&gt; useful. &lt;/P&gt;

&lt;P&gt;in particular &lt;CODE&gt;otherstr&lt;/CODE&gt; can be used to rename Other.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 04:40:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130308#M35500</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-04-08T04:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130309#M35501</link>
      <description>&lt;P&gt;Hi HattrickNZ&lt;BR /&gt;
use     limit=0    like  below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  ... | timechart span=15m  max(c84162281) as "Average Seizure Traffic per Line (Trunk Group)" by TG_Category   limit=0 | eval threshold=1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Apr 2015 07:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130309#M35501</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2015-04-08T07:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130310#M35502</link>
      <description>&lt;P&gt;Alternatively, you can add &lt;CODE&gt;useother=f&lt;/CODE&gt; if you don't want to see the "Other" category.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 08:43:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130310#M35502</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-04-08T08:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130311#M35503</link>
      <description>&lt;P&gt;Hi HattrickNZ ,&lt;BR /&gt;
There is no limit for the number of categories that can be in legend in splunk timechart .&lt;BR /&gt;
If you have 14 categories to show and it only shows 10, It is simply because splunk consider the value or the amount of the other categoties to be insignificant. &lt;BR /&gt;
So splunk do not see an interest to put then in the legend But splunk gather all that values in one categories call &lt;STRONG&gt;other&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;Note that you can decide to display all your legend values( see what Chimell proposed).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 09:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130311#M35503</guid>
      <dc:creator>stephane_cyrill</dc:creator>
      <dc:date>2015-04-08T09:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130312#M35504</link>
      <description>&lt;P&gt;try like this:  &lt;CODE&gt;.. | timechart span=15m  useother=f limit=0 max(c84162281) as "Average Seizure Traffic per Line (Trunk Group)" by TG_Category |...&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;to see the "Other" category &lt;BR /&gt;
and for more information on timechart command see this link: docs.splunk.com/Documentation/Splunk/6.2.2/SearchReference/timechart&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130312#M35504</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2015-04-08T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130313#M35505</link>
      <description>&lt;P&gt;tks but &lt;CODE&gt;useother=f&lt;/CODE&gt; will remvoe it completely from the legend and this is not what i want in this instance but good to know.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2015 23:04:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130313#M35505</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-12T23:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: what is the limit to the number of categories that can be in a legend in splunk timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130314#M35506</link>
      <description>&lt;P&gt;&lt;CODE&gt;limit=0&lt;/CODE&gt; works by not grouping the remaining categories into &lt;CODE&gt;Other&lt;/CODE&gt;. &lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2015 23:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/what-is-the-limit-to-the-number-of-categories-that-can-be-in-a/m-p/130314#M35506</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-12T23:05:02Z</dc:date>
    </item>
  </channel>
</rss>

