<?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: Create Splunk alerts for cron jobs in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383236#M11814</link>
    <description>&lt;P&gt;Hi Woodcock,&lt;/P&gt;

&lt;P&gt;Apologies for the same, I thought I am following with Rich and he was answering my query as well. I think I have answered every question that Rich has asked.&lt;BR /&gt;
Now related to your quest basically Woodcock, Cron job is running on server which is neither a splunk saved search and not .NIX ,  Yeah it is trues the server is linux but It is realted to Hybris cron job which runs everyday and will produce some logs in the /opt/sap/hybris/logs/console.log and I need to make my search if the job failed it should trigger an alert.&lt;/P&gt;

&lt;P&gt;So I Created a query that seems to be very complex the same I was same discussing with Rich as well. I need one more query which should be very sample. if it produce no logs related to cronjob it should trigger an alert. Even I have discussed with Rich as well there.&lt;/P&gt;

&lt;P&gt;and The doubt I was following with @richgalloway was little different so I asked you guys with different query here.&lt;/P&gt;

&lt;P&gt;Also I would be very thankful to @richgalloway for his continuous response. I would really appreciate your help @richgalloway.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 19:10:13 GMT</pubDate>
    <dc:creator>gpunjabi</dc:creator>
    <dc:date>2019-03-07T19:10:13Z</dc:date>
    <item>
      <title>Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383211#M11789</link>
      <description>&lt;P&gt;I want to create a Splunk alert for Cron job it will trigger an alert when cron job is not successful or not ran? Any one can help me on this.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 10:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383211#M11789</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-14T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383212#M11790</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164047"&gt;@gpunjabi&lt;/a&gt;   &lt;/P&gt;

&lt;P&gt;Are you asking about scheduled jobs in Splunk and finding out the status?&lt;/P&gt;

&lt;P&gt;If so..&lt;/P&gt;

&lt;P&gt;index=_internal source="/opt/splunk/var/log/splunk/scheduler.log" status!=delegated* status!=success&lt;BR /&gt;
|  stats count by savedsearch_name,status&lt;/P&gt;

&lt;P&gt;Will show you failed scheduled jobs.&lt;/P&gt;

&lt;P&gt;If you have a search head cluster with a deployer, you can get  a lot more information about scheduled jobs including the reason for your jobs, I use the Monitoring Console. I wrote about using it here:  &lt;A href="https://answers.splunk.com/answers/514181/skipped-searches-on-shc.html" target="_blank"&gt;https://answers.splunk.com/answers/514181/skipped-searches-on-shc.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can find skipped jobs, long running jobs etc.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:14:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383212#M11790</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2020-09-29T23:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383213#M11791</link>
      <description>&lt;P&gt;This is the "skipped search" problem.  Configure a &lt;CODE&gt;Monitoring Console&lt;/CODE&gt; and run the &lt;CODE&gt;Health Checks&lt;/CODE&gt;.  Look at the results of the &lt;CODE&gt;Skipped Searches&lt;/CODE&gt; one.  You can steal this search and use it as an alert.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 02:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383213#M11791</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-15T02:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383214#M11792</link>
      <description>&lt;P&gt;First you need to index your cron logs into Splunk.  Then you can run a search for the name of the job that has to run.  Schedule the search to run a couple of minutes after the cron job is expected to complete.  If the search returns no results, trigger an alert.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 13:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383214#M11792</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-15T13:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383215#M11793</link>
      <description>&lt;P&gt;Hello Richgalloway, &lt;BR /&gt;
I have  one scenario mentioning below if you can help me on this.&lt;BR /&gt;
 have required like this Create the Splunk alert for following jobs after deployment to UAT and Production environment to ensure we have the alerts present in system for each jobs.&lt;BR /&gt;
Make them active in UAT to test if they trigger on correct condition.&lt;BR /&gt;
On production they can be turned ON when market starts using these jobs.&lt;/P&gt;

&lt;P&gt;Cron Job is full-wcpIndexAT-cronjob- that runs 3:05 AM Every Day&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 15:50:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383215#M11793</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-16T15:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383216#M11794</link>
      <description>&lt;P&gt;Are you indexing the cron log (/var/log/cron)?  Does it contain an event when full-wcpIndexAT-cronjob- completes?  If the answer to both of those questions is yes, then you can schedule a search to run at 3:10 am every day that searches for the job completion string.  If the string is not found, send an alert.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 22:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383216#M11794</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-16T22:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383217#M11795</link>
      <description>&lt;P&gt;Hello Rich,&lt;/P&gt;

&lt;P&gt;Thank you for your answer, We wan to trigger an alarm when Job gets failed, We have already configure this in our aws cloudwatch monitoring need to integrate with splunk now.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 10:10:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383217#M11795</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-18T10:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383218#M11796</link>
      <description>&lt;P&gt;Hi Rich, I have written a query for a single cron job but I want to use regex and make this query so that I can run for others jobs also.&lt;BR /&gt;
sourcetype=hybris_console "full-wcpIndexCA-cronjob" earliest=-80m | rex field=_raw "[(?\w+-\w+-\w+)::" | eval Period=if(_time&amp;gt;=relative_time(now(),"-24h"),1,2) | stats min(Period) as periodMin max(Period) as periodMax by cronType | eval stopped = if(periodMin=2,"true", "false") | eval restarted = if(stopped="false" AND periodMax=1,"true", "false") | where stopped="true" OR restarted="true" | table cronType stopped restarted.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:23:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383218#M11796</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2020-09-29T23:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383219#M11797</link>
      <description>&lt;P&gt;If the event text is similar for each cron job, this should work.  I wonder only about the "full-wcpIndexCA-cronjob" part - is that specific to one job?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 13:30:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383219#M11797</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-22T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383220#M11798</link>
      <description>&lt;P&gt;Yes Rich it specific to CA cron job we have multiple cron jobs&lt;BR /&gt;
1.i.e full-wcpIndexDE-cronjob&lt;BR /&gt;
full-wcpIndexBE-cronjob&lt;BR /&gt;
full-wcpIndexIT-cronjob&lt;BR /&gt;
full-wcpIndexSE-cronjob&lt;BR /&gt;
full-wcpIndexPT-cronjob&lt;BR /&gt;
full-wcpIndexNO-cronjob&lt;/P&gt;

&lt;P&gt;2.Also I want to check if the alarm run in the last 24 h in this query.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I have tried replacing full-wcpIndex[A-Z]{2}-cronjob in the query this seems to be not working.
Can you please help me with the above points.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:22:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383220#M11798</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-23T16:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383221#M11799</link>
      <description>&lt;P&gt;Hi Rich, any how my comment is not showing when I am trying to post my comment, apologies if your are receiving the notification.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383221#M11799</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-23T16:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383222#M11800</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Try &lt;CODE&gt;sourcetype=hybris_console "full-wcpindex*-cronjob" earliest=-80m | rex field=_raw "[(?\w+-\w+-\w+)\::" | eval Period=if(_time&amp;gt;=relative_time(now(),"-24h"),1,2) | stats min(Period) as periodMin max(Period) as periodMax by cronType | eval stopped = if(periodMin=2,"true", "false") | eval restarted = if(stopped="false" AND periodMax=1,"true", "false") | where stopped="true" OR restarted="true" | table cronType stopped restarted&lt;/CODE&gt;.  You will need to fix the &lt;CODE&gt;rex&lt;/CODE&gt; command as it was garbled in your comment.&lt;/LI&gt;
&lt;LI&gt;One cannot use regex meta-characters in a base search, only in certain command like &lt;CODE&gt;rex&lt;/CODE&gt;, &lt;CODE&gt;regex&lt;/CODE&gt;, &lt;CODE&gt;replace&lt;/CODE&gt;, and &lt;CODE&gt;match&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 23 Feb 2019 17:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383222#M11800</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-23T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383223#M11801</link>
      <description>&lt;P&gt;Your comment was sent for moderation since your Karma score is still low.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 17:06:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383223#M11801</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-23T17:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383224#M11802</link>
      <description>&lt;P&gt;It is throwing an Error in 'rex' command: Encountered the following error while compiling the regex '[(?\w+-\w+-\w+)::': Regex: invalid range in character class in  I think &lt;CODE&gt;"\[(?&amp;lt;cronType&amp;gt;\w+\-\w+\-\w+)\::"&lt;/CODE&gt; this will work. Sorry I forgot to add the regex part in the mail it was actually there, Is it fine now Rich?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 18:05:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383224#M11802</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-23T18:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383225#M11803</link>
      <description>&lt;P&gt;Does it work?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 19:23:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383225#M11803</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-23T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383226#M11804</link>
      <description>&lt;P&gt;Yeah Rich, the query works and it is showing the cronjobs that are present in the log, but I want to make an alarm from this now. but I am not sure whether it is an failure result or not.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:04:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383226#M11804</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2019-02-24T19:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383227#M11805</link>
      <description>&lt;P&gt;Once you have your search for cron jobs, add a &lt;CODE&gt;where&lt;/CODE&gt; clause for the number of expected results.  &lt;CODE&gt;... | stats count | where count &amp;lt; x&lt;/CODE&gt;.  Trigger the alarm if the number of results is not zero.&lt;BR /&gt;
You could also compare the list of jobs to an expected list in a lookup file.   If any jobs are missing you'll have results.  Trigger the alarm if there are any.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 04:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383227#M11805</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-02-26T04:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383228#M11806</link>
      <description>&lt;P&gt;Hi Rich, My earlier query seems to be complex .I need to simplfy query as much as I can , so I need to trigger my search as an event. I can trigger this event at 7:00 AM So that it can show failure (Importantly ) of all cronjobs . Usually all Jobs start from 2:45 AM and goes till 5:55 AM after all jobs are completed events get triggered and I can see the stats.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype=hybris_console "full-wcpIndexCA-cronjob" earliest=-80m | rex field=_raw "\[(?&amp;lt;cronType&amp;gt;\w+\-\w+\-\w+)\::" | eval Period=if(_time&amp;gt;=relative_time(now(),"-24h"),1,2) | stats min(Period) as periodMin max(Period) as periodMax by cronType | eval stopped = if(periodMin=2,"true", "false") | eval restarted = if(stopped="false" AND periodMax=1,"true", "false") | where stopped="true" OR restarted="true" | table cronType stopped restarted&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;if you can help me in simplyfying my query with the above condition&lt;/P&gt;

&lt;P&gt;Also I didn't get your previous comment solution.&lt;/P&gt;

&lt;P&gt;Sample Failure event&lt;/P&gt;

&lt;P&gt;3/2/19&lt;BR /&gt;
4:25:07.538 AM&lt;BR /&gt;&lt;BR /&gt;
INFO   | jvm 1    | main    | 2019/03/02 04:25:07.538 | &amp;#27;[m&amp;#27;[33mWARN  &lt;A href="https://community.splunk.com/full-wcpIndexFR-cronjob" target="_blank"&gt;full-wcpIndexFR-cronjob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob&lt;/A&gt; [SolrIndexerJob] Error during indexer call: frIndex&lt;BR /&gt;
host =  uat_hybris_system_0 source =    /opt/sap/hybris/log/tomcat/console-20190302.log&lt;/P&gt;

&lt;P&gt;Image url- [1]: &lt;A href="https://storage.googleapis.com/splunk-alert/Screen%20Shot%202019-03-02%20at%209.48.27%20PM.png" target="_blank"&gt;https://storage.googleapis.com/splunk-alert/Screen%20Shot%202019-03-02%20at%209.48.27%20PM.png&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I would request you to kindly help me here and will wait for your response.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383228#M11806</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2020-09-29T23:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383229#M11807</link>
      <description>&lt;P&gt;The best way to improve  your query is to add an index specification before the first &lt;CODE&gt;|&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Using the resulting query, you can save it as an alert and have the alert trigger when the number of results is fewer than the expected number of cron jobs.&lt;BR /&gt;
(You can disregard my last comment.)&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 20:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383229#M11807</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-03-03T20:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create Splunk alerts for cron jobs</title>
      <link>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383230#M11808</link>
      <description>&lt;P&gt;Okay, Rich , I have one more Idea, I am not sure whether It will work or not, if we can can catch aborted job Error Message from _raw feel and use error message as an alert. Will it be a right approach, I am not sure, I have written one sample query  with error message filed in the search field and use as an alert for all cron jobs.&lt;/P&gt;

&lt;P&gt;Also the above query is only for CA job,  I want that it can work for all cron jobs, the above query I checked with full-wcpIndex*-cronjob in the old query it not showing a proper output.&lt;/P&gt;

&lt;P&gt;The query is &lt;BR /&gt;
index=leap_uat_logs sourcetype=hybris_console  "full-wcpIndex*-cronjob" "Error during indexer call: &lt;EM&gt;Index" NOT debug source=/opt/sap/hybris/log/tomcat/console&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;The sample result.&lt;/P&gt;

&lt;P&gt;3/2/19&lt;BR /&gt;
4:25:07.538 AM &lt;BR /&gt;
INFO | jvm 1 | main | 2019/03/02 04:25:07.538 | &amp;#27;[m&amp;#27;[33mWARN &lt;A href="https://community.splunk.com/full-wcpIndexFR-cronjob" target="_blank"&gt;full-wcpIndexFR-cronjob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob&lt;/A&gt; [SolrIndexerJob] Error during indexer call: frIndex&lt;BR /&gt;
host = uat_hybris_system_0 source = /opt/sap/hybris/log/tomcat/console-20190302.log&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Gaurav&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:32:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-Splunk-alerts-for-cron-jobs/m-p/383230#M11808</guid>
      <dc:creator>gpunjabi</dc:creator>
      <dc:date>2020-09-29T23:32:48Z</dc:date>
    </item>
  </channel>
</rss>

