Splunk Search

How to extract first ip from "http_x_forwarded_for="222.xx.xx.xx, 122.211.xx.xx" using rex in Splunk search?

minhquannguyen7
Engager

here is field "http_x_forwarded_for="222.xx.xx.xx, 122.211.xx.xx"

i have try:

| rex field=_raw "http_x_forwarded_for\s*=\s*(?<ip_address>[^,\s]+)"

| table ip_address

But it not works, pls help !

Labels (2)
0 Karma

santoshneelam
Explorer

|rex "(?im)\w+\=\"(?P<http_x_forwarded_for>.[^\,]+)"

or else
|rex "(?im)\w+\=\"(?P<http_x_forwarded_for>\d+\.\d+\.\d+\.\d+)"

minhquannguyen7
Engager

thanks you @santoshneelam !  i want extract in the different log with any field look like this , what shoud i do ???

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...