Splunk Search

How to write a regular expression to filter out field values starting with "note-", followed by more than 15 characters?

kiran331
Builder

Hi

I want to exclude the field values starting with "note-" and more than 15 characters after it. How can I write the regex for this.

eg:

device
note-acv234454dfgdfg
note-dfdffgfghffe4353456

0 Karma
1 Solution

sundareshr
Legend

Does it have to be in regex? You could extract all the fieldvalues and then filter out using where Like this

... | rex (?<device>captureeverything> | where NOT match(device, "note*") OR len(device)<15

View solution in original post

somesoni2
Revered Legend

You can try like this

your base search | regex yourfield!="^note-\w{15}.*"

sundareshr
Legend

Does it have to be in regex? You could extract all the fieldvalues and then filter out using where Like this

... | rex (?<device>captureeverything> | where NOT match(device, "note*") OR len(device)<15
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...