forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Fix licensing API details (elastic#31667)
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -13,12 +13,11 @@ This API enables you to check the status of your trial license. | |
[float] | ||
==== Description | ||
|
||
If a license is not already registered for the cluster, one is generated when | ||
the nodes start. By default, this is a 30-day trial license that gives access | ||
to all {xpack} features. | ||
If you want to try the features that are included in a platinum license, you can | ||
start a 30-day trial. | ||
|
||
NOTE: You are allowed to initiate a trial license only if your cluster has not | ||
already activated a trial license for the current major X-Pack version. For | ||
already activated a trial license for the current major product version. For | ||
example, if you have already activated a trial for v6.0, you cannot start a new | ||
trial until v7.0. You can, however, contact `[email protected]` to request an | ||
extended trial license. | ||
|
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ This API starts a 30-day trial license. | |
==== Description | ||
|
||
The `start trial` API enables you to upgrade from a basic license to a 30-day | ||
trial license, which gives access to all {xpack} features. | ||
trial license, which gives access to the platinum features. | ||
|
||
NOTE: You are allowed to initiate a trial license only if your cluster has not | ||
already activated a trial license for the current major X-Pack version. For | ||
already activated a trial license for the current major product version. For | ||
example, if you have already activated a trial for v6.0, you cannot start a new | ||
trial until v7.0. You can, however, contact `[email protected]` to request an | ||
extended trial license. | ||
|