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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...