Skip to content

Commit 1953979

Browse files
Merge branch 'main' into serverless_intro_update
2 parents 21aab75 + a61c1bf commit 1953979

17 files changed

+95
-1229
lines changed

serverless/index-serverless-elasticsearch.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ include::./pages/ingest-your-data-ingest-data-through-integrations-beats.asciido
3232

3333
include::./pages/search-your-data.asciidoc[leveloffset=+2]
3434
include::./pages/search-your-data-the-search-api.asciidoc[leveloffset=+3]
35-
include::./pages/search-with-synonyms.asciidoc[leveloffset=+3]
3635
include::./pages/knn-search.asciidoc[leveloffset=+3]
3736
include::./pages/search-your-data-semantic-search.asciidoc[leveloffset=+3]
3837

serverless/index-serverless-general.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[[intro]]
21
== Elastic Cloud Serverless
32

43
include::./pages/welcome-to-serverless.asciidoc[leveloffset=+2]

serverless/index.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1111
:sec-badge: <<what-is-security-serverless,image:images/sec-badge.svg[Security]>>
1212

1313
// The values of these attributes are different in stateful vs serverless
14-
:observability: Elastic Observability Serverless
15-
:security: Elastic Security Serverless
1614

1715
= Serverless
1816

serverless/pages/action-connectors.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// :description: Configure connections to third party systems for use in cases and rules.
55
// :keywords: serverless
66

7+
[NOTE]
8+
====
9+
This page is about Kibana connectors that integrate with services like generative AI model providers. If you're looking for Search connectors that synchronize third-party data into {es}, refer to <<elasticsearch-ingest-data-through-integrations-connector-client,Connector clients>>.
10+
====
11+
712
This content applies to: {es-badge} {obs-badge} {sec-badge}
813

914
The list of available connectors varies by project type.

serverless/pages/index-management.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ on multiple indices, select their checkboxes and then open the **Manage** menu.
8080

8181
Investigate your data streams and address lifecycle management needs in the **Data Streams** view.
8282

83+
In {es-serverless}, indices matching the `logs-*-*` pattern use the logsDB index mode by default. The logsDB index mode creates a {ref}/logs-data-stream.html[logs data stream].
84+
8385
The value in the **Indices** column indicates the number of backing indices. Click this number to drill down into details.
8486

8587
A value in the data retention column indicates that the data stream is managed by a data stream lifecycle policy.
@@ -115,6 +117,8 @@ image::images/index-management-index-templates.png[Index templates]
115117

116118
// TO-DO: This screenshot is missing some tabs that exist in serverless
117119

120+
The default *logs* template uses the logsDB index mode to create a {ref}/logs-data-stream.html[logs data stream].
121+
118122
If you don't have any templates, you can create one using the **Create template** wizard.
119123

120124
////

serverless/pages/ingest-your-data-ingest-data-through-integrations-connector-client.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// :description: Set up and deploy self-managed connectors that run on your own infrastructure.
55
// :keywords: serverless, elasticsearch, ingest, connector, how to
66

7+
[NOTE]
8+
====
9+
This page is about Search connectors that synchronize third-party data into {es}. If you're looking for Kibana connectors to integrate with services like generative AI model providers, refer to <<action-connectors,Kibana Connectors>>.
10+
====
11+
712
[NOTE]
813
====
914
This page contains high-level instructions about setting up connector clients in your project's UI.

0 commit comments

Comments
 (0)