Skip to content

Commit 70d1aa0

Browse files
author
Bruno Farache
authored
Fix numbers
1 parent 0a9fece commit 70d1aa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

deploy-manage/api-keys/elastic-cloud-api-keys.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ These keys provides access to the API that enables you to manage your deployment
3030
3. On the **API keys** tab of the **Organization** page, click **Create API key**.
3131
4. On the **Create API key** flyout, you can configure your new key by adding a name, set expiration, or assign [roles](../users-roles/cloud-organization/user-roles.md).
3232

33-
By default, API keys expire after three months. You can set the expiration to a different preset value or to a specific date, up to one year. If you need the key to work indefinitely, you can also set its expiration to Never. In this case, the key won’t expire.
34-
35-
Each user is allowed to create up to 64 API keys.
33+
By default, API keys expire after three months. You can set the expiration to a different preset value or to a specific date, up to one year. If you need the key to work indefinitely, you can also set its expiration to Never. In this case, the key won’t expire. Each user is allowed to create up to 64 API keys.
3634

3735
::::{note}
3836
When an API key is nearing expiration, Elastic sends an email to the creator of the API key and each of the operational contacts. When you use an API key to authenticate, the API response header `X-Elastic-Api-Key-Expiration` indicates the key’s expiration date. You can log this value to detect API keys that are nearing expiration.
3937
::::
4038

41-
6. Click **Create API key**, copy the generated API key, and store it in a safe place. You can also download the key as a CSV file.
39+
5. Click **Create API key**, copy the generated API key, and store it in a safe place. You can also download the key as a CSV file.
4240

4341
The API key needs to be supplied in the `Authorization` header of a request, in the following format:
4442

0 commit comments

Comments
 (0)