Skip to content

Commit 7734b1d

Browse files
authored
Merge branch 'main' into streams-9.2-updates
2 parents 55f4166 + 6f0eabf commit 7734b1d

35 files changed

+378
-164
lines changed

deploy-manage/tools/snapshot-and-restore/searchable-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ products:
1313

1414
# Searchable snapshots [searchable-snapshots]
1515
::::{important}
16-
Searchable snapshots is a feature that requires an Enteprise license.
16+
Searchable snapshots is a feature that requires an Enterprise license.
1717
::::
1818

1919
{{search-snaps-cap}} let you use [snapshots](../snapshot-and-restore.md) to search infrequently accessed and read-only data in a very cost-effective fashion. The [cold](../../../manage-data/lifecycle/data-tiers.md#cold-tier) and [frozen](../../../manage-data/lifecycle/data-tiers.md#frozen-tier) data tiers use {{search-snaps}} to reduce your storage and operating costs.

manage-data/data-store/mapping/dynamic-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ PUT my-index-000001
247247
}
248248
}
249249

250-
PUT my-index/_doc/1
250+
PUT my-index-000001/_doc/1
251251
{
252252
"one_ip": "will not match", <1>
253253
"ip_two": "will not match", <2>

manage-data/data-store/text-analysis/token-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the following graph, `quick` and its synonym `fast` both have a position of `
3434

3535
## Multi-position tokens [token-graphs-multi-position-tokens]
3636

37-
Some token filters can add tokens that span multiple positions. These can include tokens for multi-word synonyms, such as using "atm" as a synonym for "automatic teller machine."
37+
Some token filters can add tokens that span multiple positions. These can include tokens for multi-word synonyms, such as using "atm" as a synonym for "automatic teller machine".
3838

3939
However, only some token filters, known as *graph token filters*, accurately record the `positionLength` for multi-position tokens. These filters include:
4040

reference/fleet/automatic-integrations-synchronization.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ This feature is available only for certain subscription levels. For more informa
2626
* Remote clusters must be running the same {{es}} version as the management cluster, or a newer version that supports {{ccr}}.
2727
* To install integrations, remote clusters require access to the [{{package-registry}}](/reference/fleet/index.md#package-registry-intro).
2828

29+
## Limitations
30+
31+
These limitations apply when using the automatic integrations synchronization feature:
32+
33+
- [Index lifecycle management](/manage-data/lifecycle/index-lifecycle-management.md) (ILM) policies and enrich policies referenced in custom component templates are not automatically synchronized. Synchronizing custom assets that include references to ILM or enrich policies may cause custom component templates to break.
34+
- Integrations installed on the management cluster are synchronized to the remote cluster regardless of the space they are installed in. On the remote cluster, the synchronized integrations are always installed in the default space.
35+
2936
## Configure {{ccr}} on the remote cluster
3037

3138
In your remote cluster:
33.5 KB
Loading
54.2 KB
Loading
-33.1 KB
Loading
76.4 KB
Loading
22.4 KB
Loading

solutions/observability/apm/apm-server/configure-real-user-monitoring-rum.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Most options in this section are supported by all APM Server deployment methods.
2020

2121
The [Real User Monitoring (RUM) agent](apm-agent-rum-js://reference/index.md) captures user interactions with clients such as web browsers. These interactions are sent as events to the APM Server. Because the RUM agent runs on the client side, the connection between agent and server is unauthenticated. As a security precaution, RUM is therefore disabled by default.
2222

23+
:::{important}
24+
To use RUM, you need a centralized APM Server, either running as standalone binary or managed through Fleet.
25+
:::
26+
2327
:::::::{tab-set}
2428

2529
::::::{tab-item} APM Server binary

0 commit comments

Comments
 (0)