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

ParameterTypeRequiredDefaultDescription
allowInsecureHTTPstringoptional[a]false Set to false by default, if true allows non-https addresses in fleet management and sinks.
allowRemoteCMDstringoptional[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