Skip to content

Commit

Permalink
Updates instructions on the Get started page (#181)
Browse files Browse the repository at this point in the history
* Updates instructions on the Getting Started page

* trigger checks
  • Loading branch information
kosabogi authored Nov 8, 2024
1 parent 7602ddb commit b9f4b24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverless/pages/get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include::../partials/minimum-vcus-detail.asciidoc[]

Create an API key, which will enable you to access the {es} API to ingest and search data.

. Scroll to **Add an API Key** and select **New**.
. On the **Getting Started** page, scroll to **Add an API Key** and select **New**.
. In **Create API Key**, enter a name for your key and (optionally) set an expiration date.
. (Optional) Under **Control Security privileges**, you can set specific access permissions for this API key. By default, it has full access to all APIs.
. (Optional) The **Add metadata** section allows you to add custom key-value pairs to help identify and organize your API keys.
Expand All @@ -58,8 +58,8 @@ You can't recover or retrieve a lost API key. Instead, you must delete the key a
Next, copy the URL of your API endpoint.
You'll send all {es} API requests to this URL.

. Scroll to **Copy your connection details**.
. Find the value for **Elasticsearch Endpoint**.
. On the **Getting Started** page, scroll to **Copy your connection details** section, and find the **Elasticsearch endpoint** field.
. Copy the URL for the Elasticsearch endpoint.

Store this value along with your `encoded` API key.
You'll use both values in the next step.
Expand Down

0 comments on commit b9f4b24

Please sign in to comment.