Splunk Search

What is the correct syntax of applying NOT operator in transforms.conf?

pavanae
Builder

The following is the regex I am working on and what I'm trying to do is exclude any username events that ends with "ZLX" but I doubt that If I am following the right syntax. especially I am not sure if I can use "!" for excluding.

REGEX = (logtype::A.*(id::(123|456)|(id::789.*username!::[a-zA-Z]{2,3}-+.*?-ZLX))
0 Karma

rahulbhatia
Path Finder

"(?(<)! sub expression)" regex for negative look behind (remove the bracket before and after less then sign)

"(?! sub expression)" regex for negative look ahead

this might help you to update your regex accordingly

0 Karma

jawaharas
Motivator

Can you post sample log events?

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...