Skip to content

Commit 91f00bd

Browse files
committed
[DOCS] Fix licensing API details (#31667)
1 parent 7194442 commit 91f00bd

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/reference/licensing/get-trial-status.asciidoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ This API enables you to check the status of your trial license.
1313
[float]
1414
==== Description
1515

16-
If a license is not already registered for the cluster, one is generated when
17-
the nodes start. By default, this is a 30-day trial license that gives access
18-
to all {xpack} features.
16+
If you want to try the features that are included in a platinum license, you can
17+
start a 30-day trial.
1918

2019
NOTE: You are allowed to initiate a trial license only if your cluster has not
21-
already activated a trial license for the current major X-Pack version. For
20+
already activated a trial license for the current major product version. For
2221
example, if you have already activated a trial for v6.0, you cannot start a new
2322
trial until v7.0. You can, however, contact `[email protected]` to request an
2423
extended trial license.

docs/reference/licensing/start-basic.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This API starts an indefinite basic license.
1414
==== Description
1515

1616
The `start basic` API enables you to initiate an indefinite basic license, which
17-
gives access to all {xpack} basic features. If the basic license does not support
17+
gives access to all the basic features. If the basic license does not support
1818
all of the features that are available with your current license, however, you are
1919
notified in the response. You must then re-submit the API request with the
2020
`acknowledge` parameter set to `true`.

docs/reference/licensing/start-trial.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This API starts a 30-day trial license.
1414
==== Description
1515

1616
The `start trial` API enables you to upgrade from a basic license to a 30-day
17-
trial license, which gives access to all {xpack} features.
17+
trial license, which gives access to the platinum features.
1818

1919
NOTE: You are allowed to initiate a trial license only if your cluster has not
20-
already activated a trial license for the current major X-Pack version. For
20+
already activated a trial license for the current major product version. For
2121
example, if you have already activated a trial for v6.0, you cannot start a new
2222
trial until v7.0. You can, however, contact `[email protected]` to request an
2323
extended trial license.

0 commit comments

Comments
 (0)