You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serverless/pages/welcome-to-serverless.asciidoc
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
preview:[]
2
2
3
+
<<<<<<< HEAD
3
4
{serverless-full} is a fully managed solution that allows you to deploy and use Elastic for your use cases without managing the underlying infrastructure. It represents a shift in how you interact with {es} - instead of managing clusters, nodes, data tiers, and scaling, you create **serverless projects** that are fully managed and automatically scaled by Elastic. This abstraction of infrastructure decisions allows you to focus solely on gaining value and insight from your data.
4
5
5
6
{serverless-full} automatically provisions, manages, and scales your {es} resources based on your actual usage. Unlike traditional deployments where you need to predict and provision resources in advance, serverless adapts to your workload in real-time, ensuring optimal performance while eliminating the need for manual capacity planning.
@@ -9,14 +10,27 @@ decouples compute and storage. Search and indexing operations are separated, whi
9
10
a high level of performance.
10
11
11
12
// For more information see https://www.elastic.co/blog/elastic-serverless-architecture[our blog post].
13
+
=======
14
+
Elastic serverless products allow you to deploy and use Elastic for your use cases without managing the underlying Elastic cluster,
15
+
such as nodes, data tiers, and scaling. Serverless instances of the Elastic Stack that you create in {ecloud} are called **serverless projects**. These serverless projects are fully-managed, autoscaled, and automatically upgraded by Elastic so you can focus more on gaining value and insight from your data.
16
+
17
+
Serverless instances of the Elastic Stack that you create in {ecloud} are called **serverless projects**.
18
+
19
+
Serverless projects use the core components of the {stack}, such as {es} and {kib}, and are based on https://www.elastic.co/blog/elastic-serverless-architecture[an architecture that
20
+
decouples compute and storage]. Search and indexing operations are separated, which offers high flexibility for scaling your workloads while ensuring
21
+
a high level of performance.
22
+
>>>>>>> c52057e (fixing merge conflicts)
12
23
13
24
Elastic provides three serverless solutions available on {ecloud}:
14
25
15
26
* **https://www.elastic.co/guide/en/serverless/current/what-is-elasticsearch-serverless.html[{es}]**: Build powerful applications and search experiences using a rich ecosystem of vector search capabilities, APIs, and libraries.
16
27
* **https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html[{observability}]**: Monitor your own platforms and services using powerful machine learning and analytics tools with your logs, metrics, traces, and APM data.
17
28
* **https://www.elastic.co/guide/en/serverless/current/what-is-security-serverless.html[{elastic-sec}]**: Detect, investigate, and respond to threats with SIEM, endpoint protection, and AI-powered analytics capabilities.
29
+
<<<<<<< HEAD
18
30
19
31
Elastic serverless products are currently in preview.
32
+
=======
33
+
>>>>>>> c52057e (fixing merge conflicts)
20
34
21
35
// https://www.elastic.co/blog/elastic-serverless-architecture[Learn more about serverless in our blog].
22
36
@@ -50,6 +64,20 @@ Until May 31, 2024, your serverless consumption will not incur any charges, but
Control your project data and query performance against your project data.
73
+
74
+
**Data.** Choose the data you want to ingest, and the method to ingest it. By default, data is stored indefinitely in your project,
75
+
and you define the retention settings for your data streams.
76
+
77
+
**Performance.** For granular control over costs and query performance against your project data, serverless projects come with a set of predefined <<elasticsearch-manage-project,settings>> that you can edit.
0 commit comments