Splunk Search

Splunk alert base on return code

LolabhattuA
Loves-to-Learn

My file contains a line at the last where it mentions the return code. The format look like below mentioned. If the job fails, It returns 32 and if the job is successful it returns 0.

Main -> ** Execution completed with returnCode: 0,

Can some one help me in building a splunk query to alert me if the code is 32 or 0.

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Start by building a report with the data you want in the alert

Have you already ingested the file as a series of events?

Which fields have you already extracted from the events?

Is there more than one job in the file you are monitoring?

0 Karma

LolabhattuA
Loves-to-Learn

Yes, The file is already ingested into the Splunk,

Only one esp job is being listed in the file.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you share some of the events using a code block </>

0 Karma

SinghK
Builder

|inputlookup (your lookup)| search (returncode= 32 OR returncode=0) 

0 Karma
Get Updates on the Splunk Community!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out &gt;&gt; As our brave ...