Skip to main content

Configuration

tip

You can always run Micro with the --help argument to find out what is supported:

docker run -p 9090:9090 snowplow/snowplow-micro:2.1.0 --help

Argumentsโ€‹

ArgumentDescription
--collector-configConfiguration file for collector (usage)
--igluConfiguration file for Iglu Client (usage)
-t, --output-tsv
(since 1.4.0)
Print events in TSV format to standard output (usage)

Environment variablesโ€‹

VariableVersionDescription
MICRO_IGLU_REGISTRY_URL1.5.0+The URL for an additional custom Iglu registry (usage)
MICRO_IGLU_API_KEY1.5.0+An optional API key for an Iglu registry defined with MICRO_IGLU_REGISTRY_URL
MICRO_SSL_CERT_PASSWORD1.7.0+The password for the optional SSL/TLS certificate in /config/ssl-certificate.p12. Enables HTTPS (usage)
Was this page helpful?