All Apps and Add-ons

field extraction using transforms and props

gajananh999
Contributor

Dear All,

i Have same events like.

10.XX.XX.241 10.XX.1XX.201 - - [07/Jul/2014:07:52:05 -0400] "GET /XXX/qiepp/safety/argus?_adf.ctrl-state=431o46udc_4&_afrLoop=663089210549944 HTTP/1.1" 200 42450 "-" "**Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E**)"

I need to extract this this user_agent. using props.conf or by using field extraction

i used this but its not working

(?i)=.*?" "(?P<FIELDNAME>\w+/\d+\.\d+\s+\(\.\*\))(?=")

can anyone help out here?

Thanks

Gajanan Hiroji

0 Karma
1 Solution

somesoni2
Revered Legend

This works for me for the sample data

your base search | rex "(?i)=.*?\" \"(?P<FIELDNAME>.*)(?=\")"

View solution in original post

somesoni2
Revered Legend

This works for me for the sample data

your base search | rex "(?i)=.*?\" \"(?P<FIELDNAME>.*)(?=\")"
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 ...