<?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: monitor failed jobs in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524075#M3749</link>
    <description>&lt;P&gt;I know it is there&lt;/P&gt;&lt;P&gt;i want to monitor this jobs and add it as dashboard panel&lt;/P&gt;&lt;P&gt;is there a query that can give me the results ?&lt;/P&gt;</description>
    <pubDate>Sun, 11 Oct 2020 13:05:42 GMT</pubDate>
    <dc:creator>sarit_s</dc:creator>
    <dc:date>2020-10-11T13:05:42Z</dc:date>
    <item>
      <title>monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524061#M3737</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;i want to create a dashboard that monitors the failed job (savedsearches the i can see in the activity page)&lt;/P&gt;&lt;P&gt;how can search for failed jobs ?&amp;nbsp;&lt;BR /&gt;i saw that ITSI can do it but i wonder if there is a way to do it with Splunk itself&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 10:45:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524061#M3737</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-10-11T10:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524067#M3741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;&amp;nbsp;by Splunk also, its possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the applications logs are already ingested to splunk, we hope. and if you are not sure how to search for the failed jobs, then, maybe, you start from the hostname. simply search for the host which is running the app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;then, from the events list, you can find out the source/sourcetype. you may need to do field extractions using the rex command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;let us know how your search goes, so that we can help you. thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 12:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524067#M3741</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-11T12:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524069#M3743</link>
      <description>&lt;P&gt;In the jobs list i see the inpect job option. I see there field name dispatchedStatus but i cant search for it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to search something like this ?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 12:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524069#M3743</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-10-11T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524072#M3746</link>
      <description>&lt;P&gt;i assumed that "failed jobs" meaning, some app related failed jobs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for splunk's failed jobs,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Splunk GUI----&amp;gt;Activity---&amp;gt; Jobs---&amp;gt; Status dropdown, select Failed.&lt;/P&gt;&lt;P&gt;or, the page URL is(pls update your splunk link on this below URL)&lt;/P&gt;&lt;P&gt;&lt;A href="https://yourcompany.splunk.com/en-US/app/search/job_manager?owner=&amp;amp;jobStatus=failed" target="_blank" rel="noopener"&gt;https://yourcompany.splunk.com/en-US/app/search/job_manager?owner=&amp;amp;jobStatus=failed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 12:33:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524072#M3746</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-11T12:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524074#M3748</link>
      <description>&lt;P&gt;Hi Sarit, Please check these search queries:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| rest /services/search/jobs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| table dispatchState *.search&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 12:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524074#M3748</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-11T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524075#M3749</link>
      <description>&lt;P&gt;I know it is there&lt;/P&gt;&lt;P&gt;i want to monitor this jobs and add it as dashboard panel&lt;/P&gt;&lt;P&gt;is there a query that can give me the results ?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 13:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524075#M3749</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-10-11T13:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524077#M3751</link>
      <description>&lt;P&gt;the first one looks close to what i want. is there a way to filter so i will see only failed jobs ?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 13:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524077#M3751</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-10-11T13:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524078#M3752</link>
      <description>&lt;P&gt;| rest /services/search/jobs isFailed=1&lt;/P&gt;&lt;P&gt;this will list only failed jobs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if this solved your query, please accept this as the solution.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 14:48:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524078#M3752</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-11T14:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524119#M3753</link>
      <description>&lt;P&gt;well, there is something weird&lt;/P&gt;&lt;P&gt;even thought im searching for isFailed=1 im getting results of isFailed=0&lt;/P&gt;&lt;P&gt;image below&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 19:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524119#M3753</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-10-11T19:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: monitor failed jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524122#M3754</link>
      <description>&lt;P&gt;Check...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;| rest /services/search/jobs | where isFailed=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| rest /services/search/jobs | search isFailed=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS - Karma points are appreciated, if a reply solved your problem, please accept it as the solution.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2020 20:28:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/monitor-failed-jobs/m-p/524122#M3754</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-10-11T20:28:09Z</dc:date>
    </item>
  </channel>
</rss>

