Some things I thought were bools are not bools

This commit is contained in:
Mike Reeves
2025-03-05 14:51:56 -05:00
parent c7c6d3e556
commit cf536469e6
4 changed files with 0 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
elastalert: elastalert:
enabled: enabled:
forcedType: bool
description: Enables or disables the ElastAlert 2 process. This process is critical for ensuring alerts arrive in SOC, and for outbound notification delivery. description: Enables or disables the ElastAlert 2 process. This process is critical for ensuring alerts arrive in SOC, and for outbound notification delivery.
helpLink: elastalert.html helpLink: elastalert.html
alerter_parameters: alerter_parameters:

View File

@@ -1,5 +1,3 @@
elastic_fleet_package_registry: elastic_fleet_package_registry:
enabled:
forcedType: bool
description: Enables or disables the Fleet package registry process. This process must remain enabled to allow Elastic Agent packages to be updated. description: Enables or disables the Fleet package registry process. This process must remain enabled to allow Elastic Agent packages to be updated.
advanced: True advanced: True

View File

@@ -1,5 +1,4 @@
elasticagent: elasticagent:
enabled: enabled:
forcedType: bool
description: Enables or disables the Elastic Agent process. This process must remain enabled to allow collection of node events. description: Enables or disables the Elastic Agent process. This process must remain enabled to allow collection of node events.
advanced: True advanced: True

View File

@@ -1,6 +1,5 @@
sensoroni: sensoroni:
enabled: enabled:
forcedType: bool
description: Enable or disable the per-node SOC agent process. This process is used for performing node-related jobs and reporting node metrics back to SOC. Disabling this process is unsupported and will result in an improperly functioning grid. description: Enable or disable the per-node SOC agent process. This process is used for performing node-related jobs and reporting node metrics back to SOC. Disabling this process is unsupported and will result in an improperly functioning grid.
advanced: True advanced: True
helpLink: grid.html helpLink: grid.html