<?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: Timeline Graphs Max hit on the row visualization in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330982#M39656</link>
    <description>&lt;P&gt;@robertlynch2020, you are in luck, I had just posted the limit in Timeline Custom Visualization yesterday with a workaround. Refer to my answer: &lt;A href="https://answers.splunk.com/answers/596684/visualizations-app-for-splunk-enterprise-timelines.html#answer-595998"&gt;https://answers.splunk.com/answers/596684/visualizations-app-for-splunk-enterprise-timelines.html#answer-595998&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS: Increasing the number of event count may impact performance as well. So make sure you adjust as per your need. Please try out and confirm!&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 17:43:45 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-12-07T17:43:45Z</dc:date>
    <item>
      <title>Timeline Graphs Max hit on the row visualization</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330981#M39655</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;Is there a way yo get the timeline to graphs over the default amount of points.&lt;/P&gt;

&lt;P&gt;From the image below we can see the row 3 to 10 have a lot of data-points, i think i must have hit the Max, as it should keep going until it hits the end.&lt;BR /&gt;
Is there a way to increase from the default?&lt;/P&gt;

&lt;P&gt;![alt text][1]&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;viz type="timeline_app.timeline"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;eventtype=mlc host=$host_token$ sourcetype=tps | dedup _time _raw | where Parent_ID$Parent+Child_or_Outside$$Token_Parent_ID$ $AND_OR$ Child_ID$Parent+Child_or_Outside$$Token_Parent_ID$  | eval duration = endTime-startTime | eval Method = operationIdentity | eval fullyQualifiedMethod = name."#".operationIdentity | sort 0 _time | table _time Method  fullyQualifiedMethod duration&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$tps_selection.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$tps_selection.latest$&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="height"&amp;gt;400&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.axisTimeFormat"&amp;gt;SUBSECONDS&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.colorMode"&amp;gt;categorical&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.maxColor"&amp;gt;#DA5C5C&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.minColor"&amp;gt;#FFE8E8&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.numOfBins"&amp;gt;6&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.tooltipTimeFormat"&amp;gt;SUBSECONDS&amp;lt;/option&amp;gt;
        &amp;lt;option name="timeline_app.timeline.useColors"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="TEST_GANTT_VALUE"&amp;gt;$row.Method$&amp;lt;/set&amp;gt;
          &amp;lt;eval token="TEST_GANTT_start"&amp;gt;$tps_selection.earliest$&amp;lt;/eval&amp;gt;
          &amp;lt;eval token="TEST_GANTT_end"&amp;gt;$tps_selection.latest$&amp;lt;/eval&amp;gt;
          &amp;lt;!--eval token="TEST_GANTT_start"&amp;gt;$earliest$ - 3600&amp;lt;/eval&amp;gt;
          &amp;lt;eval token="TEST_GANTT_end"&amp;gt;$latest$ - 3600&amp;lt;/eval&amp;gt;
          &amp;lt;eval token="TEST_GANTT_start_ms_EPOC"&amp;gt;$earliest$  * 1000 - 3600000&amp;lt;/eval&amp;gt;
          &amp;lt;eval token="TEST_GANTT_end_ms_EPOC"&amp;gt;$latest$  * 1000 - 3600000&amp;lt;/eval&amp;gt;
          &amp;lt;eval token="TEST_GANTT_start_Display"&amp;gt;strftime($tps_selection.earliest$,"%Y-%m-%d %H:%M:%S.%3N")&amp;lt;/eval&amp;gt;
          &amp;lt;eval token="TEST_GANTT_end_Display"&amp;gt;strftime($tps_selection.latest$,"%Y-%m-%d %H:%M:%S.%3N")&amp;lt;/eval--&amp;gt;
          &amp;lt;set token="DRILL_DOWN"&amp;gt;ON&amp;lt;/set&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/viz&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:16:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330981#M39655</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2017-12-07T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline Graphs Max hit on the row visualization</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330982#M39656</link>
      <description>&lt;P&gt;@robertlynch2020, you are in luck, I had just posted the limit in Timeline Custom Visualization yesterday with a workaround. Refer to my answer: &lt;A href="https://answers.splunk.com/answers/596684/visualizations-app-for-splunk-enterprise-timelines.html#answer-595998"&gt;https://answers.splunk.com/answers/596684/visualizations-app-for-splunk-enterprise-timelines.html#answer-595998&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS: Increasing the number of event count may impact performance as well. So make sure you adjust as per your need. Please try out and confirm!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330982#M39656</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-07T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline Graphs Max hit on the row visualization</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330983#M39657</link>
      <description>&lt;P&gt;I usually split my visualization in half along the names in the &lt;CODE&gt;by&lt;/CODE&gt; clause.  This is made easier by the &lt;CODE&gt;trellis&lt;/CODE&gt; feature.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 18:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330983#M39657</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-12-07T18:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline Graphs Max hit on the row visualization</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330984#M39658</link>
      <description>&lt;P&gt;Thanks woodcock, i will try this also &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 13:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330984#M39658</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2017-12-08T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline Graphs Max hit on the row visualization</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330985#M39659</link>
      <description>&lt;P&gt;Hi @woodcock I think Trellis is not available on Timeline (infact most Custom visualizations). I am aware of just Status Indicator Custom Visualization supporting Trellis &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Timeline-Graphs-Max-hit-on-the-row-visualization/m-p/330985#M39659</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-08T16:49:02Z</dc:date>
    </item>
  </channel>
</rss>

