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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...