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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...