deduplicator
The deduplicator
configuration is done through environment variables and command line flags. You can also use a deduplicator.yaml
configuration file and find its default content here
.
When configuring deduplicator
, refer to the following parameters:
Command line flags |
Type |
Description |
---|---|---|
|
duration |
Group collection interval. Set to 0 if you don’t want groups themselves to expire (default 10s). |
|
duration |
Delay between collecting groups. 0 means no delay (default 10ms). |
|
string |
Path to config file. |
|
– |
Output config template and exit. |
|
Enable debug logging. |
|
|
– |
Print help information. |
|
string |
IP:port to listen on (default |
The format of environment variable for flag -my-flag
is CFG_MY_FLAG
.
Priority:
Defaults from source code (lowest priority).
Configuration file.
Environment variables.
Command line.