Splunk Search

Can you help me make a regular expression to extract a field?

x213217
Explorer

Hello,

I have these events where I want to extract a filename. Right now, none of the fields capture the Filename("this is what i want to capture") as a field. Using the regex or delimiter generators from Splunk to produce a new field are not giving me good results, so I believe it is best to write one.

Basically, what i want is the information inside the quotes of FileName("") for each event. I indicate it with a red line.

alt text

0 Karma
1 Solution

chrisyounger
SplunkTrust
SplunkTrust

Try this:

YOUR SEARCH|rex "Filename\(\"(?<my_filename>[^\"]+)"

This should create a new file called my_filename

View solution in original post

chrisyounger
SplunkTrust
SplunkTrust

Try this:

YOUR SEARCH|rex "Filename\(\"(?<my_filename>[^\"]+)"

This should create a new file called my_filename

x213217
Explorer

Thank you! works

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...