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

[8.16](backport #4714) [apm] Clarify requirements in the Fleet-managed APM Server guide #4721

Merged
merged 1 commit into from
Jan 2, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ include::{ingest-docs-root}/docs/en/ingest-management/tab-widgets/prereq.asciido
== Step 1: Set up Fleet

Use {fleet} in {kib} to get APM data into the {stack}.
The first time you use {fleet}, you'll need to set it up and add a
{fleet-server}:

[NOTE]
====
If you already have a {fleet-server} set up, you can choose to skip this step.
====

The first time you use {fleet}, you'll need to set it up and add a {fleet-server} using the
steps outlined below.


include::{ingest-docs-root}/docs/en/ingest-management/tab-widgets/add-fleet-server/content.asciidoc[tag=self-managed]

Expand All @@ -26,6 +33,13 @@ For more information, refer to {fleet-guide}/fleet-server.html[{fleet-server}].
[[add-apm-integration]]
== Step 2: Add and configure the APM integration

[NOTE]
====
If you don't have a {fleet} setup already in place, the easiest way to get started
is to run the APM integration in the same {agent} that acts as the {fleet-server}.
However, it is _not mandatory_ for the APM integration to run in the same {agent} that acts as the {fleet-server}.
====

include::{observability-docs-root}/docs/en/observability/tab-widgets/add-apm-integration/content.asciidoc[tag=self-managed]

****
Expand Down
Loading