diff --git a/salt/elasticfleet/soc_elasticfleet.yaml b/salt/elasticfleet/soc_elasticfleet.yaml index 0e111feca..a7e9fbe4a 100644 --- a/salt/elasticfleet/soc_elasticfleet.yaml +++ b/salt/elasticfleet/soc_elasticfleet.yaml @@ -4,14 +4,17 @@ elasticfleet: description: Endpoint enrollment key. global: True helpLink: elastic-fleet.html + sensitive: True es_token: description: Elastic auth token. global: True helpLink: elastic-fleet.html + sensitive: True grid_enrollment: description: Grid enrollment key. global: True helpLink: elastic-fleet.html + sensitive: True url: description: Agent connection URL. global: True diff --git a/salt/sensoroni/soc_sensoroni.yaml b/salt/sensoroni/soc_sensoroni.yaml new file mode 100644 index 000000000..abe3dda09 --- /dev/null +++ b/salt/sensoroni/soc_sensoroni.yaml @@ -0,0 +1,18 @@ +sensoroni: + node_checkin_interval_ms: + description: Interval in ms to checkin to the soc_host. + advanced: True + helpLink: sensoroni.html + node_description: + description: Description of the specific node. + helpLink: sensoroni.html + sensoronikey: + description: Shared key for sensoroni authentication. + helpLink: sensoroni.html + global: True + sensitive: True + soc_host: + description: Host for sensoroni agents to connect to. + helpLink: sensoroni.html + global: True + advanced: True \ No newline at end of file