Skip to content

Commit

Permalink
Clarify optional steps
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Oct 28, 2024
1 parent 2cee615 commit 3ec9e7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions serverless/pages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ You should now see **Get started with ((es))**, and you're ready to continue.
Create an API key, which will enable you to access the ((es)) API to ingest and search data.

1. Scroll to **Add an API Key** and select **New**.
1. In **Create API Key**, enter a name for your key and its expiration.
1. Under **Control Security privileges**, you can set specific access permissions for this API key. By default, it has full access to all APIs.
1. The **Add metadata** section allows you to add custom key-value pairs to help identify and organize your API keys.
1. In **Create API Key**, enter a name for your key and (optionally) set an expiration date.
1. (Optional) Under **Control Security privileges**, you can set specific access permissions for this API key. By default, it has full access to all APIs.
1. (Optional) The **Add metadata** section allows you to add custom key-value pairs to help identify and organize your API keys.
1. Select **Create API Key** to finish.

After creation, you'll see your API key displayed as an encoded string.
Store this encoded API key securely—it is displayed only once and cannot be retrieved later.
Store this encoded API key securely. It is displayed only once and cannot be retrieved later.
You will use this encoded API key when sending API requests.

<DocCallOut>
Expand Down

0 comments on commit 3ec9e7d

Please sign in to comment.