From 0f5966257ff26fbc314f63213e73039f05f68ae2 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Thu, 7 Mar 2024 17:53:11 -0500 Subject: [PATCH 1/2] Doc: Remove includes for screenshots not rendering properly --- .../monitoring-ea-dashboards.asciidoc | 2 +- .../static/tab-widgets/install-agent.asciidoc | 20 +++---------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/static/monitoring/monitoring-ea-dashboards.asciidoc b/docs/static/monitoring/monitoring-ea-dashboards.asciidoc index 8e59604f3b9..69d69aae7c0 100644 --- a/docs/static/monitoring/monitoring-ea-dashboards.asciidoc +++ b/docs/static/monitoring/monitoring-ea-dashboards.asciidoc @@ -108,7 +108,7 @@ include::monitoring-view.asciidoc[] === Monitor {ls} logs and metrics From the list of assets, open the **[Metrics {ls}] {ls} overview** dashboard to view overall performance. Then follow the navigation panel to further drill down into {ls} performance. -+ + [role="screenshot"] image::images/integration-dashboard-overview.png[The {ls} Overview dashboard in {kib} with various metrics from your monitored {ls}] diff --git a/docs/static/tab-widgets/install-agent.asciidoc b/docs/static/tab-widgets/install-agent.asciidoc index 046e153898f..3f8529ba0ed 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 all 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 From 9d46959853f6d9930286eeeb134e625bb35140a8 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:16:12 -0400 Subject: [PATCH 2/2] Wording tweak --- docs/static/tab-widgets/install-agent.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/tab-widgets/install-agent.asciidoc b/docs/static/tab-widgets/install-agent.asciidoc index 3f8529ba0ed..b19cb0ceda0 100644 --- a/docs/static/tab-widgets/install-agent.asciidoc +++ b/docs/static/tab-widgets/install-agent.asciidoc @@ -19,7 +19,7 @@ data. // tag::standalone[] . When the **Add Agent flyout** appears, navigate to the **Run standalone** tab. -. Configure the agent. Follow all the instructions in **Install Elastic Agent on your host**. +. 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