-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update APM quick start guide (#1359)
- Loading branch information
1 parent
a3da628
commit 03da39d
Showing
18 changed files
with
123 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
docs/en/observability/tab-widgets/add-apm-integration/content.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
// tag::ess[] | ||
. In {kib}, select **Add integrations** > **Elastic APM**. | ||
+ | ||
[role="screenshot"] | ||
image::./images/kibana-fleet-integrations-apm.png[{fleet} showing APM integration] | ||
|
||
. Click **APM integration**. | ||
+ | ||
[role="screenshot"] | ||
image::./images/cloud-add-apm.png[Add APM integration] | ||
|
||
. Click **Switch to {agent}**. | ||
+ | ||
[role="screenshot"] | ||
image::./images/cloud-switch-to-apm.png[Switch to Elastic APM] | ||
|
||
. Confirm that you wish to switch to {agent}. Some `apm-server.yml` are incompatible | ||
with {agent} and will be removed when {agent} is enabled. Click **Switch to {agent}**. | ||
+ | ||
[role="screenshot"] | ||
image::./images/cloud-switch-to-ea.png[Switch to Elastic Agent] | ||
|
||
. When the APM integration finishes setting up, click **View the APM integration in Fleet**. | ||
|
||
. As you can see, the APM integration has been added to the Elastic Cloud Agent policy. | ||
This is the default policy for {agent}s hosted on {ecloud}. | ||
Select **Actions** > **Edit integration** to configure the APM integration. | ||
+ | ||
[role="screenshot"] | ||
image::./images/cloud-edit-apm.png[Edit the APM integration] | ||
|
||
. Make a note of the predefined Host and URL that the APM Server is listening on--you'll | ||
need these in the next step. | ||
If you made any changes to your configuration, click **save and continue**. | ||
|
||
// end::ess[] | ||
|
||
// tag::self-managed[] | ||
. In {kib}, select **Add integrations** > **Elastic APM**. | ||
+ | ||
[role="screenshot"] | ||
image::./images/kibana-fleet-integrations-apm.png[{fleet} showing APM integration] | ||
|
||
. Click **Add Elastic APM**. | ||
+ | ||
[role="screenshot"] | ||
image::./images/kibana-fleet-integrations-apm-overview.png[{fleet} showing APM integration overview] | ||
|
||
. On the **Add Elastic APM integration** page, | ||
define the host and port where APM Server will listen. | ||
|
||
. Under **Apply to agent policy**, select the default policy. | ||
Click **Save and continue**. | ||
+ | ||
In this guide, you add integrations to the default policy created by | ||
{kib}. After you learn the basics, you can create your own policies and assign | ||
them to agents. | ||
+ | ||
[role="screenshot"] | ||
image::./images/add-integration-apm.png[{fleet} Add APM integration page] | ||
|
||
. To see the updated policy, click the *Default policy* link. | ||
+ | ||
The newly added APM integration should appear under **Fleet** > **Agent policies** > **Default policy**, | ||
along with the default System integration. | ||
+ | ||
[role="screenshot"] | ||
image::./images/kibana-fleet-policies-default-with-apm.png[{fleet} showing default agent policy with apm-1 datasource] | ||
+ | ||
All {agent}s that use this policy will collect APM data from your instrumented services. | ||
// end::self-managed[] |
File renamed without changes
Binary file added
BIN
+345 KB
docs/en/observability/tab-widgets/add-apm-integration/images/cloud-add-apm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+174 KB
docs/en/observability/tab-widgets/add-apm-integration/images/cloud-edit-apm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+344 KB
...en/observability/tab-widgets/add-apm-integration/images/cloud-switch-to-apm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+325 KB
.../en/observability/tab-widgets/add-apm-integration/images/cloud-switch-to-ea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
40 changes: 40 additions & 0 deletions
40
docs/en/observability/tab-widgets/add-apm-integration/widget.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
++++ | ||
<div class="tabs" data-tab-group="add-apm-integration"> | ||
<div role="tablist" aria-label="Add APM integration"> | ||
<button role="tab" | ||
aria-selected="true" | ||
aria-controls="cloud-add-apm" | ||
id="cloud-apm"> | ||
Elasticsearch Service | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="self-managed-add-apm" | ||
id="self-managed-apm" | ||
tabindex="-1"> | ||
Self-managed | ||
</button> | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="cloud-add-apm" | ||
aria-labelledby="cloud-apm"> | ||
++++ | ||
|
||
include::content.asciidoc[tag=ess] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="self-managed-add-apm" | ||
aria-labelledby="self-managed-apm" | ||
hidden=""> | ||
++++ | ||
|
||
include::content.asciidoc[tag=self-managed] | ||
|
||
++++ | ||
</div> | ||
</div> | ||
++++ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.