Local(localConfig)

In localConfig, the Falcon LogScale Collector is enrolled in fleet management, but only reports to LogScale. Sources and sinks are configured in the local configuration file as when running without fleet management enabled. This mode can be selected by the enroll command by the --mode localConfig argument. The enroll command preserves the existing configuration, but replaces the fleetManagement block with:

fleetManagement:
  mode: localConfig
  url: https://<logscale-cluster>
ParameterTypeRequiredDefault ValueDescription
autoEnrollmentautoenrollmentoptional[a]   Starting with version 1.7.0 of the LogScale Collector, it's now possible to enter an enrollment token in the configuration file. The LogScale Collector automatically uses this enrollment token to enroll in fleet management, if it isn't enrolled upon start-up. Using this feature along with mode localConfig is a direct replacement of the legacy fleet overview mode.
labelsarray:labeloptional[a] [] Specifies the labels to associate with the Fleet Management Local configuration. Default value is an empty list []. (added in 1.10)
modelocalconfigrequired   In localConfig, the LogScale Collector is enrolled in fleet management, but only reports to LogScale. Sources and sinks are configured in the local configuration file as when running without fleet management enabled. This mode can be selected by the enroll command by the --mode localConfig argument.
proxyproxyoptional[a] auto Controls which HTTP proxy is used to communicate with LogScale in the fleet management protocol. yuo can use one of the configuration options or specify a proxy URL: enter a URL such as http://user:pass@proxyaddress to use a proxy.
tlstlsoptional[a] {} This object contains details on the PEM certificates. this section allows you to override the defaults. Only one of the options should be specified.
urlstringrequired   URL of the Falcon LogScale installation where the fleet management page is hosted.

[a] Optional parameters use their default value unless explicitly set.

ParameterTypeRequiredDefault ValueDescription
enrollmentTokenstringrequired   The LogScale Collector automatically uses this enrollment token to enroll in fleet management, if it isn't enrolled upon start-up. Using this feature along with mode localConfig is a direct replacement of the legacy fleet overview mode.
ephemeralTimeoutHoursintegeroptional[a]   Automatically remove the LogScale Collector from fleet managment after being offline for an amount of hours.

[a] Optional parameters use their default value unless explicitly set.

ParameterTypeRequiredDefault ValueDescription
caCertstringoptional[a]   Use this key to specify a PEM certificate in the config file.
caFilestringoptional[a]   Specify this key to load the PEM certificate from an external file.
insecurebooleanoptional[a] false Set to true to skip certificate validation.

[a] Optional parameters use their default value unless explicitly set.