<?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: query in splunk to check the previous jobs completed in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478020#M192810</link>
    <description>&lt;P&gt;@woodcock &lt;/P&gt;

&lt;P&gt;Sure, will post the sample logs.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 05:35:37 GMT</pubDate>
    <dc:creator>manish_singh_77</dc:creator>
    <dc:date>2020-03-25T05:35:37Z</dc:date>
    <item>
      <title>query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478013#M192803</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am trying to write a query where we have to check all the jobs in success or not built status before the jobs get failed at Release stage.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:07:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478013#M192803</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2020-02-24T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478014#M192804</link>
      <description>&lt;P&gt;Try this as a start:&lt;/P&gt;

&lt;P&gt;| rest /services/search/jobs&lt;BR /&gt;
| table dispatchState *.search&lt;/P&gt;

&lt;P&gt;That will give you the state of the searches, and the various fields containing the actual searches.&lt;/P&gt;

&lt;P&gt;There are dozens of other fields available, just remove the second half of the search above to see the others.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 20:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478014#M192804</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-24T20:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478015#M192805</link>
      <description>&lt;P&gt;Hi @codebuilder &lt;/P&gt;

&lt;P&gt;I am looking for splunk jobs, we have jenkins jobs of different stages and we need to write a query where we should define the search in such a way that it checks all the previous jobs and then come to release stage.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 06:28:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478015#M192805</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2020-02-25T06:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478016#M192806</link>
      <description>&lt;P&gt;Try this, and examine the fields returned:&lt;/P&gt;

&lt;P&gt;| rest /services/search/jobs eai:acl.app=splunk_app_jenkins&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478016#M192806</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-09-30T04:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478017#M192807</link>
      <description>&lt;P&gt;Did this help your situation?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478017#M192807</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-05T08:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478018#M192808</link>
      <description>&lt;P&gt;This is not what I am looking for..&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 05:14:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478018#M192808</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2020-03-12T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478019#M192809</link>
      <description>&lt;P&gt;How in the world do you expect anybody to be able to help you if you don't even tell us that you mean &lt;CODE&gt;Jenkins&lt;/CODE&gt; jobs and not &lt;CODE&gt;Splunk&lt;/CODE&gt; jobs?  Even then, only those who have those logs can help you unless you post sample data.  If you tell us everything and include sample logs then EVERYBODY can help you.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 21:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478019#M192809</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-14T21:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: query in splunk to check the previous jobs completed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478020#M192810</link>
      <description>&lt;P&gt;@woodcock &lt;/P&gt;

&lt;P&gt;Sure, will post the sample logs.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 05:35:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-in-splunk-to-check-the-previous-jobs-completed/m-p/478020#M192810</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2020-03-25T05:35:37Z</dc:date>
    </item>
  </channel>
</rss>

