Optional Flags(flags
)
This set of flags allows you to enable and disable a set of configurations which are either optional or only for testing purposes.
yaml
flags:
# enable to allow non-https addresses in fleet management and sinks. defaults to false
allowInsecureHTTP: false
# enable to allow the use of 'cmd' sources when using remote configuration.
allowRemoteCMD: false
sources:
---
sinks:
Table: flags
Parameter | Type | Required | Default Value | Description |
---|---|---|---|---|
allowInsecureHTTP | string | optional[a] | false | Set to false by default, if true allows non-https addresses in fleet management and sinks. |
allowRemoteCMD | string | optional[a] | false | Set to false by default, if true allows the use of CMD sources when using remote configuration |
[a] Optional parameters use their default value unless explicitly set. |