Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Remove include statements for screenshots not rendering properly #15981

Merged
merged 2 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/static/monitoring/monitoring-ea-dashboards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}]

Expand Down
20 changes: 3 additions & 17 deletions docs/static/tab-widgets/install-agent.asciidoc
Original file line number Diff line number Diff line change
@@ -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}]
--
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karenzone note to self: Note that you removed references, but did not delete image files from the repo

. 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.
+
Expand All @@ -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[]
Loading