Splunk Search

Regex not matching

jamesvz84
Communicator

I have the field devname in my raw log in the format: devname=123-fw-af-we

I am trying to write a regex string to match whenever fw is present in the field value (no matter what other characters are present in the field). However, the following is not working. Any ideas?

index=sources | regex _raw="devname=[.]+fw[.]+"
Tags (2)
0 Karma
1 Solution

jamesvz84
Communicator

I needed to use the regex command to test the regex string for another purpose.

Turns out this works (added device_id to make the regex more precise):

index=sources | regex _raw="devname=.+fw.+device_id="

View solution in original post

0 Karma

jamesvz84
Communicator

I needed to use the regex command to test the regex string for another purpose.

Turns out this works (added device_id to make the regex more precise):

index=sources | regex _raw="devname=.+fw.+device_id="

0 Karma

somesoni2
Revered Legend

Try this (assuming devname field is extracted already)

index=sources devname="*-fw-*"
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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