<?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 Vizualizing Application Start End Times in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82746#M5305</link>
    <description>&lt;P&gt;I am monitoring 4 applications. Each application is assigned an unique name (like App1, App2) and each running instance will have an instance id (a distinct GUID - SVID) and I am logging when they are started and stopped. I am able to get the duration, start time and end times of applications using the following query.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| where like (MESSAGE, "%Started%") or like (MESSAGE, "%Disposed%") | transaction SVID | eval starttime=strftime(_time, "%D %H:%M:%S") | eval endtime= strftime(_time+duration, "%D %H:%M:%S") | table SVID starttime duration endtime&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The table looks fine. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    APP     SVID                                    Start Time          Duration    End Time
1   App1    3f3c74bf-375b-4442-bd38-b6a22092a2c2    10/04/13 12:26:11   2.646   10/04/13 12:26:13
2   App1    0705742b-4d45-4203-8229-4f1571952a49    10/04/13 12:25:24   13.066  10/04/13 12:25:38
3   App2    5ae6483e-7e24-4f0b-93f1-7c1c0bd94c49    10/04/13 10:54:25   0       10/04/13 10:54:25
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am tying to create a Chart, which shows the start and end times as follows.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|
|       ****************************************    **********          ***************
|
|       ======= ====    ====    =====   =============================== =======
|
|       ++++++++        ++++++++++++++++++++++++++              ++++    +++++++++   ++++++
|
|
|_______________________________________________________________________________________________
                            Time

* - App1
= - App2
+ - App3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Could you please help?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:53:40 GMT</pubDate>
    <dc:creator>vivasaayi</dc:creator>
    <dc:date>2020-09-28T14:53:40Z</dc:date>
    <item>
      <title>Vizualizing Application Start End Times</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82746#M5305</link>
      <description>&lt;P&gt;I am monitoring 4 applications. Each application is assigned an unique name (like App1, App2) and each running instance will have an instance id (a distinct GUID - SVID) and I am logging when they are started and stopped. I am able to get the duration, start time and end times of applications using the following query.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;| where like (MESSAGE, "%Started%") or like (MESSAGE, "%Disposed%") | transaction SVID | eval starttime=strftime(_time, "%D %H:%M:%S") | eval endtime= strftime(_time+duration, "%D %H:%M:%S") | table SVID starttime duration endtime&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The table looks fine. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    APP     SVID                                    Start Time          Duration    End Time
1   App1    3f3c74bf-375b-4442-bd38-b6a22092a2c2    10/04/13 12:26:11   2.646   10/04/13 12:26:13
2   App1    0705742b-4d45-4203-8229-4f1571952a49    10/04/13 12:25:24   13.066  10/04/13 12:25:38
3   App2    5ae6483e-7e24-4f0b-93f1-7c1c0bd94c49    10/04/13 10:54:25   0       10/04/13 10:54:25
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am tying to create a Chart, which shows the start and end times as follows.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|
|       ****************************************    **********          ***************
|
|       ======= ====    ====    =====   =============================== =======
|
|       ++++++++        ++++++++++++++++++++++++++              ++++    +++++++++   ++++++
|
|
|_______________________________________________________________________________________________
                            Time

* - App1
= - App2
+ - App3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Could you please help?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82746#M5305</guid>
      <dc:creator>vivasaayi</dc:creator>
      <dc:date>2020-09-28T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vizualizing Application Start End Times</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82747#M5306</link>
      <description>&lt;P&gt;Did you have success with this? As I am trying to do the same thing!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 09:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82747#M5306</guid>
      <dc:creator>adrianfowler</dc:creator>
      <dc:date>2013-12-12T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Vizualizing Application Start End Times</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82748#M5307</link>
      <description>&lt;P&gt;Me too. I think it's not very trivial given the visualization tools of splunk. In the end, it comes down to making the timechart of a field whose value is 1 when your process is up and 0 when it's down. I'm also trying to make a chart similar to this one (well, less elaborate): &lt;A href="http://www.bootchart.org/images/bootchart.png"&gt;http://www.bootchart.org/images/bootchart.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 14:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82748#M5307</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2014-01-23T14:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vizualizing Application Start End Times</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82749#M5308</link>
      <description>&lt;P&gt;Were you able to achieve this I am trying to do the same thing.Please let me know&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 19:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82749#M5308</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-01-28T19:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Vizualizing Application Start End Times</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82750#M5309</link>
      <description>&lt;P&gt;Hello, I have not yet found time to create this chart (low priority here) but I found this viz app which could reveal quite useful to create such a dashboard: &lt;A href="https://splunkbase.splunk.com/app/1741/"&gt;https://splunkbase.splunk.com/app/1741/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 08:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vizualizing-Application-Start-End-Times/m-p/82750#M5309</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2017-01-30T08:31:30Z</dc:date>
    </item>
  </channel>
</rss>

