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
There are two options to create serverless projects:
2
+
3
+
* If you are a new user, [sign up for a free 14-day trial](https://cloud.elastic.co/serverless-registration) to create a serverless project. For more information about the {{ecloud}} trials, check [Trial features](/deploy-manage/deploy/elastic-cloud/create-an-organization.md#general-sign-up-trial-what-is-included-in-my-trial).
4
+
* If you are an existing customer, [log in to {{ecloud}}](https://cloud.elastic.co/login). On the home page, you will see a new option to create serverless projects. The `admin` predefined role or an equivalent custom role is required to create projects. Refer to [](/deploy-manage/users-roles/cloud-organization/user-roles.md).
Copy file name to clipboardExpand all lines: deploy-manage/deploy/elastic-cloud/create-serverless-project.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,15 @@ products:
9
9
10
10
# Create a serverless project [serverless-get-started]
11
11
12
-
There are two options to create serverless projects:
13
-
14
-
* If you are a new user, [sign up for a free 14-day trial](https://cloud.elastic.co/serverless-registration) to create a serverless project. For more information about the {{ecloud}} trials, check [Trial features](create-an-organization.md#general-sign-up-trial-what-is-included-in-my-trial).
15
-
* If you are an existing customer, [log in to {{ecloud}}](https://cloud.elastic.co/login). On the home page, you will see a new option to create serverless projects.
||**Observability**<br> Monitor applications and systems with Elastic Observability.<br><br>[**View guide →**](/solutions/observability/get-started.md)<br> |
24
22
||**Security**<br> Detect, investigate, and respond to threats with Elastic Security.<br><br>[**View guide →**](/solutions/security/get-started/create-security-project.md)<br> |
Copy file name to clipboardExpand all lines: deploy-manage/deploy/elastic-cloud/serverless.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ There are differences between {{es-serverless}} and {{ech}}, for a list of diffe
27
27
28
28
Elastic provides three serverless solutions available on {{ecloud}}. Follow these guides to get started with your serverless project:
29
29
30
-
***[{{es-serverless}}](../../../solutions/search/serverless-elasticsearch-get-started.md)**: Build powerful applications and search experiences using a rich ecosystem of vector search capabilities, APIs, and libraries.
30
+
***[{{es-serverless}}](/solutions/search/get-started.md)**: Build powerful applications and search experiences using a rich ecosystem of vector search capabilities, APIs, and libraries.
31
31
***[{{obs-serverless}}](../../../solutions/observability/get-started.md)**: Monitor your own platforms and services using powerful machine learning and analytics tools with your logs, metrics, traces, and APM data.
32
32
***[{{sec-serverless}}](../../../solutions/security/get-started/create-security-project.md)**: Detect, investigate, and respond to threats with SIEM, endpoint protection, and AI-powered analytics capabilities.
Choose the {{es}} project type and provide a name.
35
+
You can optionally edit the project settings, such as the [region](/deploy-manage/deploy/elastic-cloud/regions.md).
36
+
37
+
When your project is created, you're ready to move on to the next step and to start creating indices, adding data, and performing searches.
38
+
::::
29
39
30
40
Alternatively, create a [local development installation](/deploy-manage/deploy/self-managed/local-development-installation-quickstart.md) in Docker:
31
41
@@ -34,17 +44,17 @@ curl -fsSL https://elastic.co/start-local | sh
34
44
```
35
45
36
46
Check out the full list of [deployment types](/deploy-manage/deploy.md#choosing-your-deployment-type) to learn more.
37
-
::::
47
+
:::::
38
48
39
-
::::{step} Identify your search goals
49
+
:::::{step} Identify your search goals
40
50
Depending on your use case, you can choose multiple [search approaches](search-approaches.md), for example full-text and semantic search.
41
51
Each approach affects your options for storing and querying your data.
42
52
43
53
If you're unsure which approaches match your goals, you can try them out with sample data. For example, [](/solutions/search/get-started/semantic-search.md).
44
54
45
55
If you prefer to ingest your data first and transform or reindex it as needed later, skip to the next step.
46
-
::::
47
-
::::{{step}} Ingest your data
56
+
:::::
57
+
:::::{{step}} Ingest your data
48
58
49
59
If your goals include vector or semantic AI-powered search, create vectorized data with built-in and third-party natural language processing (NLP) models and store it in an {{es}} vector database.
50
60
The approach that requires the least configuration involves adding `semantic_text` fields when ingesting your data.
@@ -54,18 +64,18 @@ To learn about adding data for other search goals, go to [](/solutions/search/in
54
64
For a broader overview of ingestion options, go to [](/manage-data/ingest.md).
55
65
56
66
If you're not ready to add your own data, you can use [sample data](/manage-data/ingest/sample-data.md) or create small data sets when you follow the instructions in the [quickstarts](/solutions/search/get-started/quickstarts.md).
57
-
::::
67
+
:::::
58
68
59
-
::::{{step}} Build your search queries
69
+
:::::{{step}} Build your search queries
60
70
61
71
Your next steps will be to choose a method to write queries and interact with {{es}}.
62
72
You can pick a programming language [client](/reference/elasticsearch-clients/index.md) that matches your application and choose which [query languages](/solutions/search/querying-for-search.md) you will use to express your search logic.
63
73
Each decision builds on the previous ones, offering flexibility to mix and match approaches based on your needs.
64
74
65
75
Not sure where to start exploring?
66
76
Get an introduction to [index and search basics](/solutions/search/get-started/index-basics.md) or [build your first search query with Python](/solutions/search/get-started/keyword-search-python.md).
Copy file name to clipboardExpand all lines: solutions/search/ingest-for-search.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ products:
14
14
15
15
# Ingest for search use cases
16
16
17
-
18
17
$$$elasticsearch-ingest-time-series-data$$$
19
18
::::{note}
20
19
This page covers ingest methods specifically for search use cases. If you're working with a different use case, refer to the [ingestion overview](/manage-data/ingest.md) for more options.
@@ -32,7 +31,11 @@ If you just want to do a quick test, you can load [sample data](/manage-data/ing
32
31
33
32
## Use APIs [es-ingestion-overview-apis]
34
33
35
-
You can use the [`_bulk` API](https://www.elastic.co/docs/api/doc/elasticsearch/v8/group/endpoint-document) to add data to your {{es}} indices, using any HTTP client, including the [{{es}} client libraries](/solutions/search/site-or-app/clients.md).
34
+
You can use the [`_bulk` API]({{es-apis}}group/endpoint-document) to add data to your {{es}} indices, using any HTTP client, including the [{{es}} client libraries](/solutions/search/site-or-app/clients.md).
35
+
36
+
::::{tip}
37
+
To connect to an {{es-serverless}} project, you must [find the connection details](/solutions/search/search-connection-details.md).
38
+
::::
36
39
37
40
While the {{es}} APIs can be used for any data type, Elastic provides specialized tools that optimize ingestion for specific use cases.
0 commit comments