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/get-started.mdx
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,13 @@ Then, choose how to continue with your own data.
16
16
Use your ((ecloud)) account to create a fully-managed ((es)) project:
17
17
18
18
1. Navigate to [cloud.elastic.co](((ess-console))) and create a new account or log in to your existing account.
19
-
20
19
1. Within **Serverless Projects**, choose **Create project**.
21
-
22
20
1. Choose the ((es)) project type.
23
-
24
21
1. Select a **configuration** for your project, based on your use case.
25
22
-**General purpose**. For general search use cases across various data types.
26
23
-**Optimized for Vectors**. For search use cases using vectors and near real-time retrieval.
27
-
28
24
1. Provide a name for the project and optionally edit the project settings, such as the cloud platform <DocLinkslug="/serverless/regions"text="region"/>.
29
25
Select **Create project** to continue.
30
-
31
26
1. Once the project is ready, select **Continue**.
32
27
33
28
You should now see **Get started with ((es))**, and you're ready to continue.
@@ -39,13 +34,9 @@ You should now see **Get started with ((es))**, and you're ready to continue.
39
34
Create an API key, which will enable you to access the ((es)) API to ingest and search data.
40
35
41
36
1. Scroll to **Add an API Key** and select **New**.
42
-
43
37
1. In **Create API Key**, enter a name for your key and its expiration.
44
-
45
38
1. Under **Control Security privileges**, you can set specific access permissions for this API key. By default, it has full access to all APIs.
46
-
47
39
1. The **Add metadata** section allows you to add custom key-value pairs to help identify and organize your API keys.
48
-
49
40
1. Select **Create API Key** to finish.
50
41
51
42
After creation, you'll see your API key displayed as an encoded string.
@@ -62,7 +53,6 @@ Next, copy the URL of your API endpoint.
62
53
You'll send all ((es)) API requests to this URL.
63
54
64
55
1. Scroll to **Copy your connection details**.
65
-
66
56
1. Find the value for **Elasticsearch Endpoint**.
67
57
68
58
Store this value along with your `encoded` API key.
0 commit comments