<?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: Why is the limit I set for jschart resultTruncationLimit not being applied? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118274#M31567</link>
    <description>&lt;P&gt;I see. To avoid that, switch from specifying &lt;CODE&gt;span=5m&lt;/CODE&gt; to specifying &lt;CODE&gt;bins=1000 minspan=5m&lt;/CODE&gt;. That will cause the 7-day search to use about 337 30-minute spans.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2014 18:12:44 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-11-17T18:12:44Z</dc:date>
    <item>
      <title>Why is the limit I set for jschart resultTruncationLimit not being applied?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118271#M31564</link>
      <description>&lt;P&gt;I have a jschart in advanced XML that is plotting data from a dbquery; I expect it to get several thousand datapoints. Unfortunately, it's only plotting the first 1,000. I understand that this is a limit in jschart, but the documentation say it can be overridden. I've added this to my HiddenChartFormatter:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.chart.resultTruncationLimit"&amp;gt;5000&amp;lt;param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, the chart behaves exactly the same -- still gives a truncation error that the chart too many datapoints. Any ideas what I might be doing wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 21:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118271#M31564</guid>
      <dc:creator>vrmerlin</dc:creator>
      <dc:date>2014-11-14T21:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the limit I set for jschart resultTruncationLimit not being applied?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118272#M31565</link>
      <description>&lt;P&gt;IIRC the default value can be overridden, but not beyond a certain limit. That limit may very well be around 1000.&lt;/P&gt;

&lt;P&gt;What are you trying to plot, and how are you displaying it to actually see 5000 distinct values?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 10:08:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118272#M31565</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-15T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the limit I set for jschart resultTruncationLimit not being applied?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118273#M31566</link>
      <description>&lt;P&gt;I'm plotting several series of CPU percentages on a timechart, in 5min intervals. A selector at the top allows the user to select between 1 day, 3 days, or 7 days. The 7 days select is only partially displaying because there are too many datapoints. I resolve it, i created an additional selection box to change the interval, but it's causing some end user confusion.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 16:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118273#M31566</guid>
      <dc:creator>vrmerlin</dc:creator>
      <dc:date>2014-11-17T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the limit I set for jschart resultTruncationLimit not being applied?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118274#M31567</link>
      <description>&lt;P&gt;I see. To avoid that, switch from specifying &lt;CODE&gt;span=5m&lt;/CODE&gt; to specifying &lt;CODE&gt;bins=1000 minspan=5m&lt;/CODE&gt;. That will cause the 7-day search to use about 337 30-minute spans.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 18:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118274#M31567</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-17T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the limit I set for jschart resultTruncationLimit not being applied?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118275#M31568</link>
      <description>&lt;P&gt;that worked -- thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2014 18:38:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-limit-I-set-for-jschart-resultTruncationLimit-not/m-p/118275#M31568</guid>
      <dc:creator>vrmerlin</dc:creator>
      <dc:date>2014-11-17T18:38:18Z</dc:date>
    </item>
  </channel>
</rss>

