From f33079f1e35792a31396f5064aa02dcbf690c2b7 Mon Sep 17 00:00:00 2001 From: Wes Date: Wed, 1 Nov 2023 20:09:56 +0000 Subject: [PATCH] Make settings global --- salt/elasticfleet/soc_elasticfleet.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/salt/elasticfleet/soc_elasticfleet.yaml b/salt/elasticfleet/soc_elasticfleet.yaml index 8cb975086..8685a96e5 100644 --- a/salt/elasticfleet/soc_elasticfleet.yaml +++ b/salt/elasticfleet/soc_elasticfleet.yaml @@ -43,32 +43,33 @@ elasticfleet: optional_integrations: sublime_platform: enabled_nodes: - description: Determines if the Sublime Platform integration is enabled. + description: Fleet nodes with the Sublime Platform integration enabled. Enter one per line. global: True helpLink: elastic-fleet.html advanced: True forcedType: "[]string" api_key: description: API key for Sublime Platform. - global: False + global: True helpLink: elastic-fleet.html advanced: True forcedType: string + sensitive: True base_url: description: Base URL for Sublime Platform. - global: False + global: True helpLink: elastic-fleet.html advanced: True forcedType: string poll_interval: description: Poll interval for alerts from Sublime Platform. - global: False + global: True helpLink: elastic-fleet.html advanced: True forcedType: string limit: description: The maximum number of message groups to return from Sublime Platform. - global: False + global: True helpLink: elastic-fleet.html advanced: True forcedType: int