Knowledge Management

How to get FQDN from URL

dineshp
Explorer
0 Karma

ramdaspr
Contributor

Refer this

Simply put ((?[^:/?#]+):)?(//(?[^/?#]*))?(?[^?#|\s]*)(\?(?[^#|^\s]*))?(#(?.*[^\s]))?

cs_uri_authority is the one you are looking for.

0 Karma

miteshvohra
Contributor

Try this regular expression: (?!(http|https)(:\/\/))+([\w]+.){1}([\w]+.?)+

Will be happy to hear back if it worked or not.

  • Mitesh.
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 ...