<?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 Line chart with different events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383873#M112118</link>
    <description>&lt;P&gt;I have a splunk log in following format:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;||pool-2-thread-1||&amp;nbsp;INFO &amp;nbsp;SUCCESSFULLY COMPLETED at END_TIME:&amp;nbsp;2018-05-07T06:05:17.475Z&amp;nbsp;

||pool-2-thread-1||&amp;nbsp;INFO ACTIVE at START_TIME:&amp;nbsp;2018-05-07T06:04:44.981Z&amp;nbsp;

||pool-2-thread-1||&amp;nbsp;INFO SUCCESSFULLY COMPLETED at END_TIME:&amp;nbsp;2018-05-09T07:10:17.475Z&amp;nbsp;

||pool-2-thread-1||&amp;nbsp;INFO ACTIVE at START_TIME:&amp;nbsp;2018-05-09T07:08:44.981Z 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;all the above are separate events.  Now I want to get the start date and end date as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;startDate                                    Enddate
-------------------------------------------------------
&amp;nbsp;2018-05-09T07:08:44.981Z   2018-05-09T07:10:17.475Z
2018-05-07T06:04:44.981Z&amp;nbsp;   2018-05-07T06:05:17.475Z&amp;nbsp;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I need to draw a timechart with the data. Am new to the splunk, can anyone please suggest me how can I do it.&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 11:55:15 GMT</pubDate>
    <dc:creator>Kaviyap</dc:creator>
    <dc:date>2018-05-07T11:55:15Z</dc:date>
    <item>
      <title>Line chart with different events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383873#M112118</link>
      <description>&lt;P&gt;I have a splunk log in following format:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;||pool-2-thread-1||&amp;nbsp;INFO &amp;nbsp;SUCCESSFULLY COMPLETED at END_TIME:&amp;nbsp;2018-05-07T06:05:17.475Z&amp;nbsp;

||pool-2-thread-1||&amp;nbsp;INFO ACTIVE at START_TIME:&amp;nbsp;2018-05-07T06:04:44.981Z&amp;nbsp;

||pool-2-thread-1||&amp;nbsp;INFO SUCCESSFULLY COMPLETED at END_TIME:&amp;nbsp;2018-05-09T07:10:17.475Z&amp;nbsp;

||pool-2-thread-1||&amp;nbsp;INFO ACTIVE at START_TIME:&amp;nbsp;2018-05-09T07:08:44.981Z 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;all the above are separate events.  Now I want to get the start date and end date as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;startDate                                    Enddate
-------------------------------------------------------
&amp;nbsp;2018-05-09T07:08:44.981Z   2018-05-09T07:10:17.475Z
2018-05-07T06:04:44.981Z&amp;nbsp;   2018-05-07T06:05:17.475Z&amp;nbsp;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I need to draw a timechart with the data. Am new to the splunk, can anyone please suggest me how can I do it.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 11:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383873#M112118</guid>
      <dc:creator>Kaviyap</dc:creator>
      <dc:date>2018-05-07T11:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart with different events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383874#M112119</link>
      <description>&lt;P&gt;Are these events always in the right order, e.g. start, end, start, end, etc? &lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 16:19:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383874#M112119</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-07T16:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart with different events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383875#M112120</link>
      <description>&lt;P&gt;To do what Splunk calls &lt;CODE&gt;timechart&lt;/CODE&gt;, you only need 1 value.  What do &lt;EM&gt;you&lt;/EM&gt; mean by &lt;CODE&gt;timechart&lt;/CODE&gt; and why do you need both values?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 17:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-chart-with-different-events/m-p/383875#M112120</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-05-07T17:59:16Z</dc:date>
    </item>
  </channel>
</rss>

