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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...