Splunk Enterprise Security

Extract only host name from the URL field-

yat135
Observer

Hi,

I have a field "blockedUri" which can contain two types of value (string or URL). Below is an example :

 

blockedUri = eval

blockedUri = https://analytics.google.com/sample.js

 

I need a splunk search query that will trim and return the only hostname of the value if it's a URL or if it is a normal string simply return the string.

 

The result should be as below :

 

eval

analytics.google.com

 

Thanks in advance

Labels (2)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex field=blockURL "http(s):\/\/(?<hostname>[^\/]+)"
| eval result=coalesce(hostname,blockedURL)
0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...