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!

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

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...