Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates instructions on the Get started page #181

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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