Skip to content

Commit df9f6d9

Browse files
authored
Merge branch 'main' into discover-metrics-docs
2 parents 3693375 + 7d3fcd2 commit df9f6d9

26 files changed

+267
-159
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

54.2 KB
Loading
-33.1 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

solutions/search/agent-builder/a2a-server.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# Agent-to-Agent (A2A) server
1612

1713
The [**Agent-to-Agent (A2A) server**](https://github.com/a2aproject/A2A) enables external A2A clients to communicate with {{agent-builder}} agents.

solutions/search/agent-builder/agent-builder-agents.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# {{agent-builder}}: Agents
1612

1713
Agents are AI models (LLMs) defined with custom instructions and a set of assigned [tools](tools.md). Users [chat](chat.md) with agents using natural language, in the Agent Builder UI or programmatically.

solutions/search/agent-builder/chat.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
2-
navigation_title: "Agent Chat UI"
2+
navigation_title: "Chat"
33
applies_to:
44
stack: preview 9.2
55
serverless:
66
elasticsearch: preview
7+
observability: unavailable
8+
security: unavailable
79
---
810

9-
:::{warning}
10-
These pages are currently hidden from the docs TOC and have `noindexed` meta headers.
11-
12-
**Go to the docs [landing page](/solutions/search/elastic-agent-builder.md).**
13-
:::
14-
1511
# {{agent-builder}}: Agent Chat
1612

17-
**Agent Chat** is the synchronous chat interface for natural language conversations with your [agents](agent-builder-agents.md).
13+
**Agent Chat** is the chat interface for natural language conversations with your [agents](agent-builder-agents.md).
1814

1915
The chat GUI and programmatic interfaces enable real-time communication where you can ask questions, request data analysis, and receive immediate responses from your configured agents.
2016

0 commit comments

Comments
 (0)