Skip to content

Handling CSVs

panscan edited this page Dec 28, 2023 · 1 revision

LogBoost was designed to ingest and enrich CSV files so no special flags or arguments are required to support this type of enrichment.

For example, imagine we have one or more CSV files inside a directory "C:\logging" distributed between one or more subdirectories. All that is needed to perform basic Country/City/ASN enrichment is a command such as below:

LogBoost.exe -logdir "C:\logging" -api XXX

This assumes the MaxMind API is being provided at the command-line - it is also possible to provide as a file or environment variable. If the MaxMind databases are already located on disk somewhere, this check can be bypassed.

Clone this wiki locally