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

Mention Elastic Agent monitoring in the Fleet docs #899

Merged
merged 3 commits into from
Jul 30, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,13 @@ automatically if the system is rebooted.
To confirm that {agent} is installed and running, go to the **Agents** tab in
{fleet}.

If you run into problems, see <<fleet-troubleshooting>>.
If you run into problems:

* Check the {agent} logs. If you use the default policy, agent logs and metrics
bmorelli25 marked this conversation as resolved.
Show resolved Hide resolved
are collected automatically unless you change the default settings. For more
information,refer to <<elastic-agent-logging>>.
dedemorton marked this conversation as resolved.
Show resolved Hide resolved

* Refer to <<fleet-troubleshooting>>.

[discrete]
[[installation-layout]]
Expand Down
7 changes: 6 additions & 1 deletion docs/en/ingest-management/getting-started-traces.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,13 @@ image::images/kibana-fleet-agents.png[{fleet} showing enrolled agents]
TIP: If the status hangs at Enrolling, make sure the `elastic-agent` process
is running.

If you run into problems, see <<fleet-troubleshooting>>.
If you run into problems:

* Check the {agent} logs. If you use the default policy, agent logs and metrics
are collected automatically unless you change the default settings. For more
information,refer to <<elastic-agent-logging>>.
dedemorton marked this conversation as resolved.
Show resolved Hide resolved

* Refer to <<fleet-troubleshooting>>.

[discrete]
[[add-apm-integration]]
Expand Down
9 changes: 8 additions & 1 deletion docs/en/ingest-management/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,15 @@ image::images/kibana-fleet-agents.png[{fleet} showing enrolled agents]
TIP: If the status hangs at Enrolling, make sure the `elastic-agent` process
is running.

If you run into problems, see <<fleet-troubleshooting>>.
If you run into problems:

* Check the {agent} logs. If you use the default policy, agent logs and metrics
are collected automatically unless you change the default settings. For more
information,refer to <<elastic-agent-logging>>.
dedemorton marked this conversation as resolved.
Show resolved Hide resolved

* Refer to <<fleet-troubleshooting>>.
// end::agent-enroll[]

[discrete]
[[view-data]]
== Step 3: Monitor host logs and metrics
Expand Down