/domainparser

A golang script that turns a list of URLs into a Splunk proxy query

Primary LanguageGo

Domain Parser

This is a utility for taking a list of domains in varying formats and extracts only the domain names. It is written in go. The result is a Splunk Processing Language (SPL) query.

Usage

./domainparser u=[/path/to/urls file] -www=[Y/N]

Requirements

Go