Skip to content

Commit 9e7a2e7

Browse files
committed
fix formatting
1 parent 52ce8fa commit 9e7a2e7

19 files changed

+41
-46
lines changed

solutions/observability/apps/apm-agent-explorer.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
navigation_title: "Identify deployment details for APM agents"
32
mapped_pages:
43
- https://www.elastic.co/guide/en/observability/current/apm-agent-explorer.html
4+
applies_to:
5+
stack: all
56
---
67

7-
8-
98
# APM Agent explorer [apm-agent-explorer]
109

1110

12-
::::{warning}
11+
::::{important}
1312
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
1413
::::
1514

solutions/observability/apps/applications-ui-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ You can adjust Application settings to fine-tune your experience in the Applicat
1919

2020

2121
## General settings [observability-apm-kibana-settings-general-settings]
22+
```{applies_to}
23+
stack: ga 9.1
24+
```
2225

2326
To change APM settings, select **Settings** from any **Applications** page. The following settings are available.
2427

solutions/observability/apps/collect-application-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mapped_urls:
1111

1212
::::{note}
1313

14-
**For Observability serverless projects**, the **Admin** role or higher is required to send APM data to Elastic. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/user-roles.md#general-assign-user-roles).
14+
**For Observability Serverless projects**, the **Admin** role or higher is required to send APM data to Elastic. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/user-roles.md#general-assign-user-roles).
1515

1616
::::
1717

solutions/observability/apps/configure-individual-browser-monitors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ After [writing synthetic journeys](../../../solutions/observability/apps/write-s
1919

2020
You’ll need to set a few configuration options:
2121

22-
* **Give your monitor a name.** Provide a human readable name and a unique ID for the monitor. This will appear in {{kib}} or your Observability serverless project where you can view and manage monitors after they’re created.
22+
* **Give your monitor a name.** Provide a human readable name and a unique ID for the monitor. This will appear in {{kib}} or your Observability Serverless project where you can view and manage monitors after they’re created.
2323
* **Set the schedule.** Specify the interval at which your tests will run.
2424
* **Specify where the monitors should run.** You can run monitors on Elastic’s global managed testing infrastructure or [create a {{private-location}}](../../../solutions/observability/apps/monitor-resources-on-private-networks.md) to run monitors from your own premises.
2525
* **Set other options as needed.** There are several other options you can set to customize your implementation including params, tags, screenshot options, throttling options, and more.

solutions/observability/apps/configure-lightweight-monitors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Lightweight monitors can be configured using either the [Synthetics UI](../../..
1717

1818
## Synthetics UI [synthetics-lightweight-ui]
1919

20-
To use the UI, go to the Synthetics UI in {{kib}} or in your Observability serverless project to create and configure monitors. For step-by-step instructions, refer to [Use the Synthetics UI](../../../solutions/observability/apps/create-monitors-in-synthetics-app.md).
20+
To use the UI, go to the Synthetics UI in {{kib}} or in your Observability Serverless project to create and configure monitors. For step-by-step instructions, refer to [Use the Synthetics UI](../../../solutions/observability/apps/create-monitors-in-synthetics-app.md).
2121

2222
:::{image} ../../../images/observability-synthetics-get-started-ui-lightweight.png
2323
:alt: Synthetics Create monitor UI
@@ -130,7 +130,7 @@ $$$monitor-service_name$$$
130130
**`service.name`**
131131
: Type: [string](../../../solutions/observability/apps/configure-lightweight-monitors.md#synthetics-lightweight-data-string)
132132

133-
APM service name for this monitor. Corresponds to the `service.name` ECS field. Set this when monitoring an app that is also using APM to enable integrations between Synthetics and APM data in Kibana or your Observability serverless project.
133+
APM service name for this monitor. Corresponds to the `service.name` ECS field. Set this when monitoring an app that is also using APM to enable integrations between Synthetics and APM data in Kibana or your Observability Serverless project.
134134

135135

136136
$$$monitor-enabled$$$

solutions/observability/apps/cross-cluster-search-with-application-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ There are two ways to edit the default {{data-source}}:
3737
* In the Applications UI — Find **Applications** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Go to **Settings****Indices** and change all `xpack.apm.indices.*` values to include remote clusters.
3838
* In `kibana.yml` — Update the [`xpack.apm.indices.*`](asciidocalypse://docs/kibana/docs/reference/configuration-reference/apm-settings.md) configuration values to include remote clusters.
3939

40-
::::{admonition} Exclude data tiers from search
41-
:class: tip
40+
::::{tip}
4241

4342
In a cross-cluster search (CCS) environment, it’s possible for different clusters to serve different data tiers in responses. If one of the requested clusters responds slowly, it can cause a timeout at the proxy after 320 seconds. This results in 502 Bad Gateway server error responses presented as failure toast messages in the UI, and no data loaded.
4443

solutions/observability/apps/elastic-apm-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ navigation_title: "APM agents"
1111

1212
::::{note}
1313

14-
**For Observability serverless projects**, the **Admin** role or higher is required to use APM agents. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/user-roles.md#general-assign-user-roles).
14+
**For Observability Serverless projects**, the **Admin** role or higher is required to use APM agents. To learn more, refer to [Assign user roles and privileges](../../../deploy-manage/users-roles/cloud-organization/user-roles.md#general-assign-user-roles).
1515

1616
::::
1717

solutions/observability/apps/explore-mobile-sessions-with-discover.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/apm-mobile-session-explorer.html
4+
applies_to:
5+
stack: all
46
---
57

68
# Explore mobile sessions with Discover [apm-mobile-session-explorer]
@@ -33,19 +35,19 @@ Copy this value and open the Discover page:
3335
:class: screenshot
3436
:::
3537

36-
set the data view. `APM` selected in the example:
38+
Set the data view. `APM` selected in the example:
3739

3840
:::{image} ../../../images/observability-mobile-session-explorer-apm.png
3941
:alt: Example view of Explorer selecting APM data view
4042
:class: screenshot
4143
:::
4244

43-
filter using the `session.id`: `session.id: "<copied session id guid>"`:
45+
Filter using the `session.id`: `session.id: "<copied session id guid>"`:
4446

4547
:::{image} ../../../images/observability-mobile-session-filter-discover.png
4648
:alt: Filter Explor using session.id
4749
:class: screenshot
4850
:::
4951

50-
explore all the documents associated with that session id including crashes, lifecycle events, network requests, errors, and other custom events!
52+
Explore all the documents associated with that session id including crashes, lifecycle events, network requests, errors, and other custom events!
5153

solutions/observability/apps/find-transaction-latency-failure-correlations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ To find correlations:
1919

2020
Select a service on the **Services** page in the Applications UI then select a transaction group from the **Transactions** tab.
2121

22-
Active queries *are* applied to correlations.
23-
2422

2523
:::
2624

@@ -32,12 +30,14 @@ Active queries *are* applied to correlations.
3230
3. Select the **Transactions** tab.
3331
4. Select a transaction group in the **Transactions** table.
3432

35-
Active queries *are* applied to correlations.
36-
3733
:::
3834

3935
::::
4036

37+
:::: {note}
38+
Active queries *are* applied to correlations.
39+
::::
40+
4141

4242
## Find high transaction latency correlations [observability-apm-find-transaction-latency-and-failure-correlations-find-high-transaction-latency-correlations]
4343

solutions/observability/apps/infrastructure.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ mapped_urls:
66

77
# Infrastructure [observability-apm-infrastructure]
88

9-
::::{admonition} Applications UI Infrastructure is in beta
10-
:class: important
9+
::::{important}
1110

1211
The Applications UI Infrastructure functionality is in beta and is subject to change. The design and code is less mature than official generally available features and is being provided as-is with no warranties.
1312

@@ -28,8 +27,8 @@ The **Infrastructure** tab provides information about the containers, pods, and
2827

2928
IT ops and software reliability engineers (SREs) can use this tab to quickly find a service’s underlying infrastructure resources when debugging a problem. Knowing what infrastructure is related to a service allows you to remediate issues by restarting, killing hanging instances, changing configuration, rolling back deployments, scaling up, scaling out, and so on.
3029

31-
::::{admonition} Why is the infrastructure tab empty?
32-
:class: tip
30+
::::{tip}
31+
**Why is the infrastructure tab empty?**
3332

3433
If there is no data in the Application UI’s infrastructure tab for a selected service, you can read more about why this happens and how to fix it in the [troubleshooting docs](../../../troubleshoot/observability/apm/common-problems.md#troubleshooting-apm-infra-data).
3534

0 commit comments

Comments
 (0)