<?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 How to display a chart with search jobs and the time range within they run? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306021#M91863</link>
    <description>&lt;P&gt;I have some jobs, which have some time frame to run. Every job belongs to some track.&lt;BR /&gt;
My purpose is to plot Track vs Time-range chart for those jobs. &lt;BR /&gt;
I tried using chart and timechart but they have to have some aggregate function on on axis. In this case it is not necessary.&lt;BR /&gt;
Any tips will be helpful!!&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 06:13:46 GMT</pubDate>
    <dc:creator>rvisj</dc:creator>
    <dc:date>2017-05-22T06:13:46Z</dc:date>
    <item>
      <title>How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306021#M91863</link>
      <description>&lt;P&gt;I have some jobs, which have some time frame to run. Every job belongs to some track.&lt;BR /&gt;
My purpose is to plot Track vs Time-range chart for those jobs. &lt;BR /&gt;
I tried using chart and timechart but they have to have some aggregate function on on axis. In this case it is not necessary.&lt;BR /&gt;
Any tips will be helpful!!&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 06:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306021#M91863</guid>
      <dc:creator>rvisj</dc:creator>
      <dc:date>2017-05-22T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306022#M91864</link>
      <description>&lt;P&gt;what is your current syntax?&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 14:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306022#M91864</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-05-22T14:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306023#M91865</link>
      <description>&lt;P&gt;@rvisj... If you have start time and end time (to come up with duration), please check out the &lt;STRONG&gt;Timeline custom visualization&lt;/STRONG&gt; : &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;https://splunkbase.splunk.com/app/3120/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306023#M91865</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-05-22T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306024#M91866</link>
      <description>&lt;P&gt;If it is not necessary, for example because you have already computed the single value you want for each time period, then you can use any of  &lt;CODE&gt;min&lt;/CODE&gt; or &lt;CODE&gt;max&lt;/CODE&gt; or &lt;CODE&gt;avg&lt;/CODE&gt; because they will all give the same result.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 16:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306024#M91866</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-05-22T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306025#M91867</link>
      <description>&lt;P&gt;Use &lt;CODE&gt;first&lt;/CODE&gt; as your aggregate function.&lt;/P&gt;

&lt;P&gt;Or perhaps try the &lt;CODE&gt;contingency&lt;/CODE&gt; function, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | contingency Track Time-range
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 May 2017 18:50:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306025#M91867</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-22T18:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306026#M91868</link>
      <description>&lt;P&gt;I have to display time- range, (start-time and end-time) Vs Track. So when using either aggregate function it will return single value, but it should be time range. I am trying using Timeline Visualization.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306026#M91868</guid>
      <dc:creator>rvisj</dc:creator>
      <dc:date>2017-05-24T06:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306027#M91869</link>
      <description>&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306027#M91869</guid>
      <dc:creator>rvisj</dc:creator>
      <dc:date>2017-05-24T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306028#M91870</link>
      <description>&lt;P&gt;yes I tried, almost got it. one issue remaining is I have to show separate timeline for each event, not overlapped.&lt;BR /&gt;
Query:&lt;BR /&gt;
/&lt;EM&gt;source&lt;/EM&gt;/ | rename "Date Event Began" AS start_date   | rename "Date of Restoration" AS end_date   | rename "Time Event Began" AS start_time   | rename "Time of Restoration" AS end_time   | eval _time = strptime(start_date." ".start_time, "%m/%d/%Y %H:%M") | eval end_time = strptime(end_date." ".end_time, "%m/%d/%Y %H:%M") | eval duration = (end_time - _time) * 1000  |stats count     by _time, Track, duration,  "job"  |  table _time  "Track"  "job"  duration&lt;/P&gt;

&lt;P&gt;I want to skip   Track and display separate timeline for each job in that track hence avoiding overlap&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306028#M91870</guid>
      <dc:creator>rvisj</dc:creator>
      <dc:date>2020-09-29T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a chart with search jobs and the time range within they run?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306029#M91871</link>
      <description>&lt;P&gt;correction: I want to skip group by track&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-chart-with-search-jobs-and-the-time-range/m-p/306029#M91871</guid>
      <dc:creator>rvisj</dc:creator>
      <dc:date>2017-05-24T06:45:00Z</dc:date>
    </item>
  </channel>
</rss>

