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:1.6.0 --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 | Description |
---|---|
MICRO_IGLU_REGISTRY_URL (since 1.5.0) | The URL for an additional custom Iglu registry (usage) |
MICRO_IGLU_API_KEY (since 1.5.0) | An optional API key for an Iglu registry defined with MICRO_IGLU_REGISTRY_URL |