<?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 Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328801#M39369</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;My timeline panel counts the duration of web service and shows us when the user was visiting the site.&lt;BR /&gt;
The search result is limited to one day andhas 20,795 events and with a time span like 00:00~23:00.&lt;BR /&gt;
When I search it at inline search, the result shows all result in a table.&lt;BR /&gt;
But the result is limited by time-stamp of 14:00~23:00 and do not show the result of "00:00~13:59"  on the timeline visualisation.&lt;/P&gt;

&lt;P&gt;Does anyone know any solution or idea to set any limitation of .conf files?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 05:35:47 GMT</pubDate>
    <dc:creator>Shuhei052492</dc:creator>
    <dc:date>2017-12-06T05:35:47Z</dc:date>
    <item>
      <title>Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328801#M39369</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;My timeline panel counts the duration of web service and shows us when the user was visiting the site.&lt;BR /&gt;
The search result is limited to one day andhas 20,795 events and with a time span like 00:00~23:00.&lt;BR /&gt;
When I search it at inline search, the result shows all result in a table.&lt;BR /&gt;
But the result is limited by time-stamp of 14:00~23:00 and do not show the result of "00:00~13:59"  on the timeline visualisation.&lt;/P&gt;

&lt;P&gt;Does anyone know any solution or idea to set any limitation of .conf files?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 05:35:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328801#M39369</guid>
      <dc:creator>Shuhei052492</dc:creator>
      <dc:date>2017-12-06T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328802#M39370</link>
      <description>&lt;P&gt;@Shuhei052492, If this is for &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;Timeline Custom Visualization&lt;/A&gt; the maximum number of results is set to &lt;CODE&gt;10000&lt;/CODE&gt;. Can you please check in stats if that is the case?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 20:58:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328802#M39370</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-06T20:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328803#M39371</link>
      <description>&lt;P&gt;Yes. I asked about Timeline Custom Visualization.&lt;BR /&gt;
I have checked in stats and the result has showed just 10000.&lt;BR /&gt;
Is it possible to change the maximum number of results?&lt;/P&gt;

&lt;P&gt;I have set  the following setting in limits.conf, but the result have not been changed.&lt;BR /&gt;
[search]&lt;BR /&gt;
remote_timeline_max_count = 1000000&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328803#M39371</guid>
      <dc:creator>Shuhei052492</dc:creator>
      <dc:date>2020-09-29T17:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328804#M39372</link>
      <description>&lt;P&gt;@Shuhei052492. this limit is set in the visualization itself so that it does not get more data than what it can handle. &lt;CODE&gt;Ideally there should have been a warning displayed that "Timeline Custom Visualization can show only 10000 events. ". There is definitely provision for this in Splunk Custom Visualization API, but seems like the same is not handled. You can request a Splunk Enhancement if you feel the need and have a valid Splunk Entitlement.&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Meanwhile you would need to locate the Timeline Custom Visualization App in your Splunk installation folder and edit the &lt;CODE&gt;visualization.js&lt;/CODE&gt; file. The path should be something like following: &lt;CODE&gt;$SPLUNK_HOME$\etc\apps\timeline_app\appserver\static\visualizations\timeline\visualization.js&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Find the following piece of code and change the count value to 25000 i.e. &lt;CODE&gt;count: 25000&lt;/CODE&gt; and test&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        getInitialDataParams: function() {
            return {
                outputMode: SplunkVisualizationBase.ROW_MAJOR_OUTPUT_MODE,
                count: 10000
            };
        },
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 02:59:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328804#M39372</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-07T02:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328805#M39373</link>
      <description>&lt;P&gt;I set the value of 25000 in visualization.js. As the result, the timeline panel show more than 10000 results.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 04:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328805#M39373</guid>
      <dc:creator>Shuhei052492</dc:creator>
      <dc:date>2017-12-07T04:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizations App for Splunk Enterprise:  Timelines panel does not show all the search result. Any limits?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328806#M39374</link>
      <description>&lt;P&gt;@Shuhei052492, great!!! You would also need to document this as deployment configuration step each time you upgrade your &lt;CODE&gt;Timeline Custom Visualization&lt;/CODE&gt;. Also check dashboard load performance before and after change.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 04:55:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visualizations-App-for-Splunk-Enterprise-Timelines-panel-does/m-p/328806#M39374</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-07T04:55:53Z</dc:date>
    </item>
  </channel>
</rss>

