<?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: plot time against date in graph in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168758#M48131</link>
    <description>&lt;P&gt;Thanks so much Martin, but the problem I have is the file is not indexed and hence I cannot use timechart, I am using chart instead.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2014 04:35:31 GMT</pubDate>
    <dc:creator>usha_nittala</dc:creator>
    <dc:date>2014-08-06T04:35:31Z</dc:date>
    <item>
      <title>plot time against date in graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168756#M48129</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;Is it possible to plot time which is in HH:MM format agains date which is in MM/DD/YYYY format .&lt;BR /&gt;
the hours should come on y-axis and date on x-axis.&lt;/P&gt;

&lt;P&gt;here is my sample data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;JOB NAME,ENDTIME,FORM,     DATE
FCIND60 ,23:45,EXCHANGES  ,22:58,03/27/2014
FMEGD70 ,23:45,EXCHANGES  ,23:39,03/27/2014
FSLCD70 ,23:45,EXCHANGES  ,22:49,03/28/2014
FRSCD80 ,23:45,EXCHANGES  ,22:45,03/27/2014
FKEND70 ,23:45,EXCHANGES  ,23:00,03/29/2014
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Aug 2014 06:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168756#M48129</guid>
      <dc:creator>usha_nittala</dc:creator>
      <dc:date>2014-08-04T06:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: plot time against date in graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168757#M48130</link>
      <description>&lt;P&gt;Sure. Assuming your time field is &lt;CODE&gt;TIME&lt;/CODE&gt; and your date field is &lt;CODE&gt;DATE&lt;/CODE&gt;, you can do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | eval _time = strptime(DATE, "%m/%d/%Y") | eval seconds = TIME.":00" | convert dur2sec(seconds) | timechart span=1d avg(seconds)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Aug 2014 07:05:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168757#M48130</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-08-04T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: plot time against date in graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168758#M48131</link>
      <description>&lt;P&gt;Thanks so much Martin, but the problem I have is the file is not indexed and hence I cannot use timechart, I am using chart instead.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168758#M48131</guid>
      <dc:creator>usha_nittala</dc:creator>
      <dc:date>2014-08-06T04:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: plot time against date in graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168759#M48132</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;timechart&lt;/CODE&gt; once you've set the &lt;CODE&gt;_time&lt;/CODE&gt; field.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2014 18:48:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/plot-time-against-date-in-graph/m-p/168759#M48132</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-08-06T18:48:49Z</dc:date>
    </item>
  </channel>
</rss>

