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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...