Alerting

How to create query to track multiple ORA numbers, we received different format logs as below?

jackin
Path Finder

I want to track multiple ORA numbers, we received different format logs as below, can you help me to write a query for this.

 

Logs/Events:

 

2022-08-04T06 : 55 : 54.009110 + 01 : 00 opiodr aborting process unknown ospid ( 8696 ) as a result of ORA - 609

2022-08-04T06 : 51 : 54.137474 + 01 : 00 WARNING : inbound connection timed out ( ORA - 3136 )

Labels (2)
0 Karma

tej57
Builder

Hello @jackin ,

You can write the below query to your base search to extract the ORA field.

| <your_base_query>
| rex field=_raw "(ORA - )(?P<ORA>\d+)"

 

---

If you find this answer helpful, an upvote is appreciated..!!

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...