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] Clarify subscription requirements (elastic#58958) (elastic#59307)
- Loading branch information
Showing
6 changed files
with
32 additions
and
35 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<titleabbrev>Get trial status</titleabbrev> | ||
++++ | ||
|
||
This API enables you to check the status of your trial license. | ||
Enables you to check the status of your trial. | ||
|
||
[float] | ||
==== Request | ||
|
@@ -16,16 +16,14 @@ This API enables you to check the status of your trial license. | |
[float] | ||
==== Description | ||
|
||
If you want to try the features that are included in a platinum license, you can | ||
start a 30-day trial. | ||
If you want to try all the subscription features, 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 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. | ||
NOTE: You are allowed to initiate a trial only if your cluster has not | ||
already activated a trial 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, request an extended trial at {extendtrial}. | ||
|
||
For more information about the different types of licenses, see | ||
For more information about features and subscriptions, see | ||
https://www.elastic.co/subscriptions. | ||
|
||
==== Authorization | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<titleabbrev>Start trial</titleabbrev> | ||
++++ | ||
|
||
This API starts a 30-day trial license. | ||
Starts a 30-day trial. | ||
|
||
[float] | ||
==== Request | ||
|
@@ -16,19 +16,17 @@ This API starts a 30-day trial license. | |
[float] | ||
==== Description | ||
|
||
The `start trial` API enables you to upgrade from a basic license to a 30-day | ||
trial license, which gives access to the platinum features. | ||
The `start trial` API enables you to start a 30-day trial, which gives access to | ||
all subscription 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 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. | ||
NOTE: You are allowed to initiate a trial only if your cluster has not already | ||
activated a trial 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, request an extended trial at {extendtrial}. | ||
|
||
To check the status of your trial license, use the following API: | ||
<<get-trial-status>>. | ||
To check the status of your trial, use <<get-trial-status>>. | ||
|
||
For more information about the different types of licenses, see | ||
For more information about features and subscriptions, see | ||
https://www.elastic.co/subscriptions. | ||
|
||
==== Authorization | ||
|
@@ -40,8 +38,8 @@ For more information, see | |
[float] | ||
==== Examples | ||
|
||
The following example starts a 30-day trial license. The acknowledge | ||
parameter is required as you are initiating a license that will expire. | ||
The following example starts a 30-day trial. The acknowledge parameter is | ||
required as you are initiating a license that will expire. | ||
|
||
[source,console] | ||
------------------------------------------------------------ | ||
|
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
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