From cf536469e68de10fbe6627873f3944a6615a58b4 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 5 Mar 2025 14:51:56 -0500 Subject: [PATCH] Some things I thought were bools are not bools --- salt/elastalert/soc_elastalert.yaml | 1 - .../soc_elastic-fleet-package-registry.yaml | 2 -- salt/elasticagent/soc_elasticagent.yaml | 1 - salt/sensoroni/soc_sensoroni.yaml | 1 - 4 files changed, 5 deletions(-) diff --git a/salt/elastalert/soc_elastalert.yaml b/salt/elastalert/soc_elastalert.yaml index 2ce04307b..764ec87fc 100644 --- a/salt/elastalert/soc_elastalert.yaml +++ b/salt/elastalert/soc_elastalert.yaml @@ -1,6 +1,5 @@ elastalert: 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. helpLink: elastalert.html alerter_parameters: diff --git a/salt/elastic-fleet-package-registry/soc_elastic-fleet-package-registry.yaml b/salt/elastic-fleet-package-registry/soc_elastic-fleet-package-registry.yaml index 4a544fbc6..18645490d 100644 --- a/salt/elastic-fleet-package-registry/soc_elastic-fleet-package-registry.yaml +++ b/salt/elastic-fleet-package-registry/soc_elastic-fleet-package-registry.yaml @@ -1,5 +1,3 @@ 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. advanced: True diff --git a/salt/elasticagent/soc_elasticagent.yaml b/salt/elasticagent/soc_elasticagent.yaml index 4632ae946..a24ac1985 100644 --- a/salt/elasticagent/soc_elasticagent.yaml +++ b/salt/elasticagent/soc_elasticagent.yaml @@ -1,5 +1,4 @@ elasticagent: enabled: - forcedType: bool description: Enables or disables the Elastic Agent process. This process must remain enabled to allow collection of node events. advanced: True diff --git a/salt/sensoroni/soc_sensoroni.yaml b/salt/sensoroni/soc_sensoroni.yaml index 325abf326..71a2c779b 100644 --- a/salt/sensoroni/soc_sensoroni.yaml +++ b/salt/sensoroni/soc_sensoroni.yaml @@ -1,6 +1,5 @@ sensoroni: 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. advanced: True helpLink: grid.html