From d3f819017b982cb70f6c2ede969ae83e5117f169 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 19 Mar 2026 13:13:26 -0400 Subject: [PATCH] ensure bool sliders for elasticfleet config options --- salt/elasticfleet/soc_elasticfleet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/elasticfleet/soc_elasticfleet.yaml b/salt/elasticfleet/soc_elasticfleet.yaml index e2c40cca5..710b7c1ff 100644 --- a/salt/elasticfleet/soc_elasticfleet.yaml +++ b/salt/elasticfleet/soc_elasticfleet.yaml @@ -38,6 +38,7 @@ elasticfleet: defend_filters: enable_auto_configuration: description: Enable auto-configuration and management of the Elastic Defend Exclusion filters. + forcedType: bool global: True helpLink: elastic-fleet advanced: True @@ -100,6 +101,7 @@ elasticfleet: forcedType: "[]string" enable_auto_configuration: description: Enable auto-configuration of Logstash Outputs & Fleet Host URLs. + forcedType: bool global: True helpLink: elastic-fleet advanced: True