<?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 all my charts limited to 100 events (Dashboard &amp;amp; Search) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/all-my-charts-limited-to-100-events-Dashboard-amp-Search/m-p/527016#M35778</link>
    <description>&lt;P&gt;When plotting a timechart on my SHCluster (just migrated to 8.0.6) it stopped rendering the data after 100 points.&lt;/P&gt;&lt;P&gt;Easy to be seen with a sample request:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|gentimes start=10/02/2020 increment=1h |eval _time=starttime|timechart count span=1h |streamstats count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first I thought it was a new limit included in 8.0.6, but my configuration seems fine :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## Web.conf jschart parameter :
jschart_results_limit = 10000
jschart_series_limit = 100
jschart_test_mode = False
jschart_truncation_limit.chrome = 50000
jschart_truncation_limit.firefox = 50000
jschart_truncation_limit.ie11 = 50000
jschart_truncation_limit.safari = 50000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## Vizualisations line parameter :
[line]
allow_user_selection = True
core.charting_type = line
core.height_attribute = display.visualizations.chartHeight
core.icon = chart-line
core.order = 1
core.preview_image = line.png
core.recommend_for = timechart, predict
core.type = visualizations
core.viz_type = charting
data_sources = primary,annotation
data_sources.annotation.params.count = 1000
data_sources.annotation.params.output_mode = json_cols
data_sources.primary.params.count = $display.visualizations.charting.data.count:JSCHART_RESULTS_LIMIT:10000$
data_sources.primary.params.offset = 0
data_sources.primary.params.output_mode = json_cols
data_sources.primary.params.show_metadata = true
default_height = 300
default_width = 300
description = Track values and trends over time.
label = Line Chart
max_height = 10000
min_height = 100
min_width = 100
search_fragment = | timechart count [by comparison_category]
supports_drilldown = True
supports_export = True
supports_trellis = True
trellis_default_height = 400&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand the precedence order linked to data_sources.primary.params.count&lt;/P&gt;&lt;P&gt;it's taking the charting.data.count value first (from the dashboards) , then the jschart_results_limit then fallback to 10000...&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11561iD434EC341B7BFBB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but i'm only in the search app, not in a dashboard, i've no option charting.data.count value so it should be using the jschart_results_limits which is 10000 based on my web.conf&lt;/P&gt;&lt;P&gt;Any ideads on what is happening ? The VERY strange thing is that it's only happening on my shcluster, my utility server is fine...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've the same behavior on all the charting ...&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 08:15:00 GMT</pubDate>
    <dc:creator>vgtk4431</dc:creator>
    <dc:date>2020-10-29T08:15:00Z</dc:date>
    <item>
      <title>all my charts limited to 100 events (Dashboard &amp; Search)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/all-my-charts-limited-to-100-events-Dashboard-amp-Search/m-p/527016#M35778</link>
      <description>&lt;P&gt;When plotting a timechart on my SHCluster (just migrated to 8.0.6) it stopped rendering the data after 100 points.&lt;/P&gt;&lt;P&gt;Easy to be seen with a sample request:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|gentimes start=10/02/2020 increment=1h |eval _time=starttime|timechart count span=1h |streamstats count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first I thought it was a new limit included in 8.0.6, but my configuration seems fine :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## Web.conf jschart parameter :
jschart_results_limit = 10000
jschart_series_limit = 100
jschart_test_mode = False
jschart_truncation_limit.chrome = 50000
jschart_truncation_limit.firefox = 50000
jschart_truncation_limit.ie11 = 50000
jschart_truncation_limit.safari = 50000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## Vizualisations line parameter :
[line]
allow_user_selection = True
core.charting_type = line
core.height_attribute = display.visualizations.chartHeight
core.icon = chart-line
core.order = 1
core.preview_image = line.png
core.recommend_for = timechart, predict
core.type = visualizations
core.viz_type = charting
data_sources = primary,annotation
data_sources.annotation.params.count = 1000
data_sources.annotation.params.output_mode = json_cols
data_sources.primary.params.count = $display.visualizations.charting.data.count:JSCHART_RESULTS_LIMIT:10000$
data_sources.primary.params.offset = 0
data_sources.primary.params.output_mode = json_cols
data_sources.primary.params.show_metadata = true
default_height = 300
default_width = 300
description = Track values and trends over time.
label = Line Chart
max_height = 10000
min_height = 100
min_width = 100
search_fragment = | timechart count [by comparison_category]
supports_drilldown = True
supports_export = True
supports_trellis = True
trellis_default_height = 400&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand the precedence order linked to data_sources.primary.params.count&lt;/P&gt;&lt;P&gt;it's taking the charting.data.count value first (from the dashboards) , then the jschart_results_limit then fallback to 10000...&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11561iD434EC341B7BFBB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but i'm only in the search app, not in a dashboard, i've no option charting.data.count value so it should be using the jschart_results_limits which is 10000 based on my web.conf&lt;/P&gt;&lt;P&gt;Any ideads on what is happening ? The VERY strange thing is that it's only happening on my shcluster, my utility server is fine...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've the same behavior on all the charting ...&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/all-my-charts-limited-to-100-events-Dashboard-amp-Search/m-p/527016#M35778</guid>
      <dc:creator>vgtk4431</dc:creator>
      <dc:date>2020-10-29T08:15:00Z</dc:date>
    </item>
  </channel>
</rss>

