<?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: Chart duration of process over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50716#M12193</link>
    <description>&lt;P&gt;Ok. you need to use convert to convert that field.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/convert"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/convert&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;so in yourcase experiment with convert dur2sec(LoadTime) or maybe mstime()&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2012 20:57:25 GMT</pubDate>
    <dc:creator>RicoSuave</dc:creator>
    <dc:date>2012-12-06T20:57:25Z</dc:date>
    <item>
      <title>Chart duration of process over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50714#M12191</link>
      <description>&lt;P&gt;I've been messing with this all morning and still can't get the results I want.  Why is this so difficult to achieve?&lt;/P&gt;

&lt;P&gt;I have a list of how long it took to load an index for some "users".  Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;00:15:27    aaa
00:15:07    bbb
00:10:56    ccc
00:29:36    ddd
00:24:13    eee
02:58:51    fff
00:38:33    ggg
00:21:29    hhh
00:17:44    iii
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want to create a bar or line graph for this data spanning over a few days.  I'd like to show how much time it took for say "aaa" to load this index over the course of 4 days. &lt;/P&gt;

&lt;P&gt;I'm having issues having splunk understand time formats and to display a scale of "time" based on the results, say like every 30 minutes on a chart....Do I have to convert the time to seconds, then back to a readable time for this to happen?&lt;/P&gt;

&lt;P&gt;I tried this search.  I thought "eh, this is easy!"  apparently not:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=edr daysago=4 | dedup LoadTime, users | timechart per_day(LoadTime) by users
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My results are not what i'm looking for .  For example, one of the times is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;00:21:29   hhh
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk graphs it as:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;50424.000000   hhh
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I make a graph of this data for each user across a span of time in a format of time readable???&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 17:49:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50714#M12191</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2012-11-30T17:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart duration of process over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50715#M12192</link>
      <description>&lt;P&gt;anyone have any idea if this is even possible?  Would like on the left side of graph to have actual times in a scale of say, 1 hour, 2 hours, 3 hours, etc...&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 18:38:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50715#M12192</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2012-12-06T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Chart duration of process over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50716#M12193</link>
      <description>&lt;P&gt;Ok. you need to use convert to convert that field.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/convert"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/convert&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;so in yourcase experiment with convert dur2sec(LoadTime) or maybe mstime()&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 20:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50716#M12193</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2012-12-06T20:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Chart duration of process over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50717#M12194</link>
      <description>&lt;P&gt;I'll try this!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 20:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-duration-of-process-over-time/m-p/50717#M12194</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2012-12-19T20:52:35Z</dc:date>
    </item>
  </channel>
</rss>

