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.2 --help
Argumentsโ
Argument | Description |
---|---|
--collector-config | Configuration file for collector (usage) |
--iglu | Configuration file for Iglu Client (usage) |
-t , --output-tsv (since 1.4.0) | Print events in TSV format to standard output (usage) |
Environment variablesโ
Variable | Version | Description |
---|---|---|
MICRO_IGLU_REGISTRY_URL | 1.5.0+ | The URL for an additional custom Iglu registry (usage) |
MICRO_IGLU_API_KEY | 1.5.0+ | An optional API key for an Iglu registry defined with MICRO_IGLU_REGISTRY_URL |
MICRO_SSL_CERT_PASSWORD | 1.7.0+ | The password for the optional SSL/TLS certificate in /config/ssl-certificate.p12 . Enables HTTPS (usage) |