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