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 Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...