<?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: Splunk - How do i build a timeline chart to trace a transaction that has multiple asynchronous processes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417839#M120182</link>
    <description>&lt;P&gt;@eplate try out the &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;Timeline Custom Visualization&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 14:20:51 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-07-02T14:20:51Z</dc:date>
    <item>
      <title>Splunk - How do i build a timeline chart to trace a transaction that has multiple asynchronous processes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417838#M120181</link>
      <description>&lt;P&gt;I would like to create a timeline view that shows the begin/end time of every event for a given transaction. The transaction is a series of automated/asynchronous processes that run from a single CreateJob request.  I want essentially see a bar chart of the events where the x-axis is the "wall clock" and the y-axis is a list of events.&lt;/P&gt;

&lt;P&gt;For each event, we have the following data points:&lt;BR /&gt;
transactionId =&amp;gt; links all the different events together&lt;BR /&gt;
actionName =&amp;gt; the name of the event that is being logged&lt;BR /&gt;
beginTime&lt;BR /&gt;
endTime&lt;/P&gt;

&lt;P&gt;Sample Data:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;timestamp=2018/07/02 12:00:10.572;actionName=ConcludeJob;application=10002;beginTime=2018/07/02 12:00:10.353;endTime=2018/07/02 12:00:10.572;transactionId=123;&lt;/LI&gt;
&lt;LI&gt;timestamp=2018/07/02 12:00:10.345;actionName=storeFile;application=10002;beginTime=2018/07/02 12:00:10.230;endTime=2018/07/02 12:00:10.345;transactionId=123;&lt;/LI&gt;
&lt;LI&gt;timestamp=2018/07/02 12:00:10.201;actionName=retrieveItem;application=10002;beginTime=2018/07/02 12:00:10.172;endTime=2018/07/02 12:00:10.201;transactionId=123;&lt;/LI&gt;
&lt;LI&gt;timestamp=2018/07/02 12:00:05.154;actionName=CreateJob;application=10002;beginTime=2018/07/02 12:00:05.144;endTime=2018/07/02 12:00:05.154;transactionId=123;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;What I would like to do is to build a timeline dashboard visualization that has the "wall clock" as the x-axis, each event as a line on the y-axis and then a bar for each event that plots the beginning of the bar as when the event started, the end of the bar as when it ended.  This way I could see what all is happening in parallel and which events are the "long pole".&lt;/P&gt;

&lt;P&gt;Here is an example of what I am looking for:&lt;BR /&gt;
&lt;IMG src="https://images.template.net/wp-content/uploads/2015/07/Timeline-Chart-With-Overlapping-Event-Excel-Download.jpg" alt="alt text" /&gt;&lt;BR /&gt;
&lt;A href="https://images.template.net/wp-content/uploads/2015/07/Timeline-Chart-With-Overlapping-Event-Excel-Download.jpg"&gt;https://images.template.net/wp-content/uploads/2015/07/Timeline-Chart-With-Overlapping-Event-Excel-Download.jpg&lt;/A&gt;&lt;BR /&gt;
[unfortunately, I am new, so I may not be able to put the image right in here]&lt;/P&gt;

&lt;P&gt;The difference is that in my chart, i would have the following from my sample data:&lt;BR /&gt;
y-axis:&lt;BR /&gt;&lt;BR /&gt;
 - CreateJob&lt;BR /&gt;
 - retrieveItem&lt;BR /&gt;
 - storeFile&lt;BR /&gt;
 - ConcludeJob&lt;/P&gt;

&lt;P&gt;x-axis:&lt;BR /&gt;
 - Hour:Minute:Second.millisecond&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 13:35:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417838#M120181</guid>
      <dc:creator>eplate</dc:creator>
      <dc:date>2018-07-02T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk - How do i build a timeline chart to trace a transaction that has multiple asynchronous processes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417839#M120182</link>
      <description>&lt;P&gt;@eplate try out the &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;Timeline Custom Visualization&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 14:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417839#M120182</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-07-02T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk - How do i build a timeline chart to trace a transaction that has multiple asynchronous processes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417840#M120183</link>
      <description>&lt;P&gt;Thanks - I will see if the admin will install this for me and then try it out.  It looks exactly like what I need.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 17:53:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-How-do-i-build-a-timeline-chart-to-trace-a-transaction/m-p/417840#M120183</guid>
      <dc:creator>eplate</dc:creator>
      <dc:date>2018-07-02T17:53:53Z</dc:date>
    </item>
  </channel>
</rss>

