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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...