From ec69624adea15349b3cffa53652703a39aa01954 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:24:58 -0400 Subject: [PATCH] Doc: Remove include statements for screenshots not rendering properly (#15981) (cherry picked from commit cb45cd28cc005a580c81c05ce6032206c5731f3b) --- .../static/tab-widgets/install-agent.asciidoc | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/docs/static/tab-widgets/install-agent.asciidoc b/docs/static/tab-widgets/install-agent.asciidoc index 046e153898f..b19cb0ceda0 100644 --- a/docs/static/tab-widgets/install-agent.asciidoc +++ b/docs/static/tab-widgets/install-agent.asciidoc @@ -1,10 +1,5 @@ // tag::fleet-managed[] -. When the **Add Agent flyout** appears, stay on the **Enroll in fleet** tab -+ --- -[role="screenshot"] -image::../monitoring/images/integration-agent-add.png[Add agent flyout in {kib}] --- +. When the **Add Agent flyout** appears, stay on the **Enroll in fleet** tab. . Skip the **Select enrollment token** step. The enrollment token you need is already selected. + @@ -20,20 +15,11 @@ It takes about a minute for {agent} to enroll in {fleet}, download the configuration specified in the policy you just created, and start collecting data. --- -[role="screenshot"] -image::../monitoring/images/integration-agent-confirm.png[Agent confirm data] --- // end::fleet-managed[] // tag::standalone[] -. When the **Add Agent flyout** appears, navigate to the **Run standalone** tab -+ --- -[role="screenshot"] -image::../monitoring/images/integration-agent-add-standalone.png[Add agent flyout in {kib}] --- -. Configure the agent. Follow all the instructions in **Install Elastic Agent on your host** +. When the **Add Agent flyout** appears, navigate to the **Run standalone** tab. +. Configure the agent. Follow the instructions in **Install Elastic Agent on your host**. . After unpacking the binary, replace the `elastic-agent.yml` file with that supplied in the Add Agent flyout on the "Run standalone" tab, replacing the values of `ES_USERNAME` and `ES_PASSWORD` appropriately. . Run `sudo ./elastic-agent install` // end::standalone[] \ No newline at end of file