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!

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, ...