Splunk Search

extract domain from field

foreright360
Engager

Could someone help me with a rex to extract the domain out of a http or https URL? For example, I need 'www.test.com' to be extracted from each of the following:

http ://www.test.com?id=6

http ://www.test.com/6/7

https ://www.test.com

Tags (1)

linu1988
Champion

Hello,
Try this

search.. |rex field=Field_name "\/\/(?<URL>\\w+[\\.\\w]+)"|table URL

Thanks

Updated:

search.. |rex field=Field_name "\/\/(?<URL>\\w+[\\.-\\w]+)"|table URL

somesoni2
Revered Legend

try the updated one.

foreright360
Engager

Works great except for domains with a '-' in it.

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...