Splunk Search

Regex for multiple values for a single field in a single event

fitchjo
New Member

I see that this is something that others have had a problem with, but I need help adapting the regex to pull multiple values for a single field.

The regex that I'm using is listed below but only pulls the first value in each event (I'm targeting the MD5 hash value).

(?i)(?P[0-9a-fA-F]{32})

Event Excerpt:

File: Vagrant Animals.doc
Size: 577099 bytes
MD5: 851FE9B7CC95B2DE86C13F5F011F53C4

File: bits.dll
Size: 45056 bytes
MD5: 488E838BB732862DE915879002D07E56

Tags (1)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

If you're in the transforms.conf, you need to add MV_ADD = true to the config. If you're using rex, you need to set max_matches to something higher than the default of 1.

fitchjo
New Member

The contents of the Props.conf file in the ...Splunk/etc/system/local folder are as follows -

[Spearfishing Event]
EXTRACT-MD5 = (?i)(?P[0-9a-fA-F]{32})
MV_ADD = true
REPORT-MD5=MD5 Extraction

The contents of the transforms.conf file in the same directory are as follows -

[MD5 Extraction]
REGEX=(?i)(?P[0-9a-fA-F]{32})
MV_ADD = true

The problem is that when I export a report in a .csv file, I still only get the first MD5 hash in each event rather than all of them.

0 Karma

fitchjo
New Member

In the manager, under field extractions - how do I modify the extraction/transform "(?i)(?P[0-9a-fA-F]{32}0" to reflect a max_matches of 99?

Is this even the best way to do this?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...