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!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...