Splunk Enterprise

regex everything after last colon in each line

indeed_2000
Motivator

I have log file like this,want regex everything after last colon in each line

input:

2020-06-28 15:03:32,710 ERROR In--111111 [Processor] FATAL: exception in process: javax.RollbackException: ARJUNA016053: Could not commit.
 
2020-06-28 14:24:41,322 ERROR In--111111[Processor] FATAL: exception in process: [GG_010] Failed >> 0060:  required to perform this operation (extended persistence context).
 
2020-06-28 15:03:32,710 ERROR In--111111 [Processor] FATAL: exception in process: javax.RollbackException: ARJUNA016053:Could not update.
 
output:
Could not commit
required to perform this operation (extended persistence context)
Could not update
 
Thanks
Labels (1)
Tags (2)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

based on your example.

| rex field=_raw "\d{4,}:(?<message>[^:]+)"

r. Ismo

0 Karma

indeed_2000
Motivator

It’s different sometimes locate in other position 

e.g not work on this, that’s why i said “latest” colon position and number of colon may be different

input:

2020-06-28 12:08:21,777 ERROR in-app-9999999 [Service] authorize: org.closed.PropertyAccessException: Null value was assigned to a property [class co.domain.entity] of primitive type setter of domain.entity.

 

Output:

Null value was assigned to a property [class co.domain.entity] of primitive type setter of domain.entity.

0 Karma

isoutamo
SplunkTrust
SplunkTrust
Then you could try this:
| rex field=_raw ".*:(?<message>[^:]+)"
0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...