Configuring a Controller
Configuring a Controller is made through two different ways:
- Infrastructure configuration, in its values file. See here.
- Applicative configuration, in Controller
Capture Config
tab
Capture Config
Network Usage
Configures the enrichment and sending of Network Usage.
Setting | Description | Type | Comment |
---|---|---|---|
Internal IP ranges | Define the list of IP ranges used internally in the cluster. Used to name internal IPs as internals when they cannot be resolved by the Controller. | Array of Strings | Form: 192.168.0.1/24 |
Sending timeout | Time out threshold when calling POST /networkUsage API. | Duration in S | |
Usage sent at once | Max count of Network Usage sent in bulk by API request. | Integer | |
Parallel sending | How many parallel sending of buffers are authorized. | Integer | |
Sending queue size | If no slot for parallel sending is available, the Controller will queue the bulk request. When queue is full, new are discarded. | Integer |
Whisperers configuration
Configures the API request made from Controller to fetch Whisperers configuration.
Setting | Description | Type | Comment |
---|---|---|---|
Timeout | Time out threshold when calling API. | Duration in S |
Configuration polling
Setting | Description | Type | Comment |
---|---|---|---|
Frequency | Tells how often the Whisperer calls to check a configuration change | Duration in sec. |