From 1d12dcd243c65271b663695c4c147c64f0a3ce96 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 11 May 2023 13:39:07 -0400 Subject: [PATCH] fix typo in so-elastic-fleet-setup --- salt/elasticfleet/tools/sbin_jinja/so-elastic-fleet-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/elasticfleet/tools/sbin_jinja/so-elastic-fleet-setup b/salt/elasticfleet/tools/sbin_jinja/so-elastic-fleet-setup index 8005def18..377961938 100755 --- a/salt/elasticfleet/tools/sbin_jinja/so-elastic-fleet-setup +++ b/salt/elasticfleet/tools/sbin_jinja/so-elastic-fleet-setup @@ -12,7 +12,7 @@ printf "\n### Create ES Token ###\n" ESTOKEN=$(curl -K /opt/so/conf/elasticsearch/curl.config -L -X POST "localhost:5601/api/fleet/service_tokens" -H 'kbn-xsrf: true' -H 'Content-Type: application/json' | jq -r .value) ### Create Outputs & Fleet URLs ### -printf "\nAdd Manager Elasticsearch Ouput...\n" +printf "\nAdd Manager Elasticsearch Output...\n" ESCACRT=$(openssl x509 -in /etc/pki/tls/certs/intca.crt) JSON_STRING=$( jq -n \ --arg ESCACRT "$ESCACRT" \ @@ -98,4 +98,4 @@ salt-call state.apply elasticfleet queue=True # Generate installers & install Elastic Agent on the node so-elastic-agent-gen-installers -salt-call state.apply elasticfleet.install_agent_grid queue=True \ No newline at end of file +salt-call state.apply elasticfleet.install_agent_grid queue=True