From bc7261acfe636dd5646347fd5f7b717aebd51e23 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 20 Mar 2023 20:16:43 -0400 Subject: [PATCH] Adjust patch annotations --- salt/elasticfleet/soc_elasticfleet.yaml | 6 +++++- salt/soctopus/soc_soctopus.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 salt/soctopus/soc_soctopus.yaml diff --git a/salt/elasticfleet/soc_elasticfleet.yaml b/salt/elasticfleet/soc_elasticfleet.yaml index a7e9fbe4a..4d523c548 100644 --- a/salt/elasticfleet/soc_elasticfleet.yaml +++ b/salt/elasticfleet/soc_elasticfleet.yaml @@ -5,17 +5,21 @@ elasticfleet: global: True helpLink: elastic-fleet.html sensitive: True + advanced: True es_token: description: Elastic auth token. global: True helpLink: elastic-fleet.html sensitive: True + advanced: True grid_enrollment: description: Grid enrollment key. global: True helpLink: elastic-fleet.html sensitive: True + advanced: True url: description: Agent connection URL. global: True - helpLink: elastic-fleet.html \ No newline at end of file + helpLink: elastic-fleet.html + advanced: True \ No newline at end of file diff --git a/salt/soctopus/soc_soctopus.yaml b/salt/soctopus/soc_soctopus.yaml new file mode 100644 index 000000000..02991d295 --- /dev/null +++ b/salt/soctopus/soc_soctopus.yaml @@ -0,0 +1,7 @@ +soctopus: + playbook: + rulesets: + description: List of playbook rulesets + advanced: True + helplink: soctopus.html + global: True \ No newline at end of file