Splunk Search

within "Extract Fields", how can I start the regular expression with a value from another field?

chgray
New Member

I have a field 'foo', it has a value like "data1_data2"

I'd like to make an Extracted Field that starts with the contents of 'foo', instead of the entire raw event

is that possible?

Tags (1)
0 Karma

gjanders
SplunkTrust
SplunkTrust

You may wish to keep in mind that if the field is an auto-extracted field, the extraction in the props.conf will need to be done on the raw data.

In other words if your data looks like:
key=value key2=value3 key3=value3

A field extraction using the "in" keyword in the props.conf file such as:
EXTRACT-field3 = [A-Za-z]+ in key3

Will not work as expected as the key/key2/key3 fields are not index time fields, they are search time only.

0 Karma

ddrillic
Ultra Champion

Information about it at - Extract fields using regular expressions

Maybe change -

... | rex field=_raw "From: (?<from>.*) To: (?<to>.*)"

to - ... | rex field=foo "From: (?<from>.*) To: (?<to>.*)"

Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...