-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates Get started to align with the new user flow
- Loading branch information
Showing
5 changed files
with
122 additions
and
138 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[elasticsearch-create-new-api-key]] | ||
= Create a new API key | ||
|
||
Create an API key, which will enable you to access the {es} API to ingest and search data. | ||
|
||
. 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. | ||
. 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. | ||
You will use this encoded API key when sending API requests. | ||
|
||
[NOTE] | ||
==== | ||
You can't recover or retrieve a lost API key. Instead, you must delete the key and create a new one. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters