All Apps and Add-ons

Why are some domains not parsed properly in the URL Parser?

mstarks
Engager

Some domains include the domain with the tld, and the subdomain with the domain. Examples include:

weddingdayhives.blogspot.com
culinary-adventures-with-cam.blogspot.com.au
glowing-fire-7414.firebaseapp.com

Anyone else?

0 Karma
1 Solution

mstarks
Engager

I think this is due to a misunderstanding of the way urlparser uses lists. By default, the Mozilla list is used, which includes domains like firebaseapp.com. This is not an IANA TLD, but a Mozilla Public Suffix List TLD, hence my confusion. To use IANA root domains, just pass it to the listname parameter (i.e. listname="iana"). It really all depends on your use case.

View solution in original post

mstarks
Engager

I think this is due to a misunderstanding of the way urlparser uses lists. By default, the Mozilla list is used, which includes domains like firebaseapp.com. This is not an IANA TLD, but a Mozilla Public Suffix List TLD, hence my confusion. To use IANA root domains, just pass it to the listname parameter (i.e. listname="iana"). It really all depends on your use case.

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...