<?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: Timechart different job in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72256#M18062</link>
    <description>&lt;P&gt;What's your data? What have you tried so far?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2013 18:40:01 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2013-03-22T18:40:01Z</dc:date>
    <item>
      <title>Timechart different job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72255#M18061</link>
      <description>&lt;P&gt;I would like to draw a time chart that shows the jobs that are running.&lt;/P&gt;

&lt;P&gt;For example:&lt;BR /&gt;
 - Job A was running from 8am to 9am&lt;BR /&gt;
 - Job B was running from 8:30am to 11am&lt;BR /&gt;
 - Job C was running from 2pm to 5pm&lt;/P&gt;

&lt;P&gt;Then the time chart will have a line going from 8am to 9am, another line from 8:30am to 11am and another from 2pm to 5pm. Each line will have different color and if I hover the mouse over the lines, the labels will show the name of the jobs Job A, Job B and Job C respectively.&lt;/P&gt;

&lt;P&gt;How can I accomplish that?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 18:23:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72255#M18061</guid>
      <dc:creator>lain179</dc:creator>
      <dc:date>2013-03-22T18:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart different job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72256#M18062</link>
      <description>&lt;P&gt;What's your data? What have you tried so far?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 18:40:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72256#M18062</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-22T18:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart different job</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72257#M18063</link>
      <description>&lt;P&gt;I got it to work with this search and drew the chart in splitSeries mode.&lt;/P&gt;

&lt;PRE&gt;
sourcetype="Engine" Server="ABC" | eval runvalue=8 | timechart limit=0 values(runvalue) by JobName
&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Mar 2013 18:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-different-job/m-p/72257#M18063</guid>
      <dc:creator>lain179</dc:creator>
      <dc:date>2013-03-25T18:55:05Z</dc:date>
    </item>
  </channel>
</rss>

