From cdbbc8e64c9e6c9c5c8cb9c3b706d3d6c56e4f0d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 20 Mar 2023 09:46:57 -0400 Subject: [PATCH] Add gui components for fleet --- salt/elasticfleet/soc_elasticfleet.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 salt/elasticfleet/soc_elasticfleet.yaml diff --git a/salt/elasticfleet/soc_elasticfleet.yaml b/salt/elasticfleet/soc_elasticfleet.yaml new file mode 100644 index 000000000..0e111feca --- /dev/null +++ b/salt/elasticfleet/soc_elasticfleet.yaml @@ -0,0 +1,18 @@ +elasticfleet: + server: + endpoints_enrollment: + description: Endpoint enrollment key. + global: True + helpLink: elastic-fleet.html + es_token: + description: Elastic auth token. + global: True + helpLink: elastic-fleet.html + grid_enrollment: + description: Grid enrollment key. + global: True + helpLink: elastic-fleet.html + url: + description: Agent connection URL. + global: True + helpLink: elastic-fleet.html \ No newline at end of file