-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Clarify trial subscription levels #70636
Merged
+10
−11
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
[[managing-licenses]] | ||
== License Management | ||
|
||
When you install the default distribution of {kib}, you receive a basic license | ||
with no expiration date. For the full list of free features that are included in | ||
the basic license, refer to https://www.elastic.co/subscriptions[the subscription page]. | ||
When you install the default distribution of {kib}, you receive free features | ||
with no expiration date. For the full list of features, refer to | ||
{subscriptions}. | ||
|
||
If you want to try out the full set of platinum features, you can activate a | ||
30-day trial license. To view the | ||
status of your license, start a trial, or install a new license, open the menu, then go to *Stack Management > {es} > License Management*. | ||
If you want to try out the full set of features, you can activate a free 30-day | ||
trial. To view the status of your license, start a trial, or install a new | ||
license, open the menu, then go to *Stack Management > {es} > License Management*. | ||
|
||
NOTE: You can start a trial 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 6.0, you cannot start a new trial until | ||
7.0. You can, however, contact `info@elastic.co` to request an extended trial | ||
license. | ||
7.0. You can, however, request an extended trial at {extendtrial}. | ||
|
||
When you activate a new license level, new features appear in *Stack Management*. | ||
|
||
[role="screenshot"] | ||
image::images/management-license.png[] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this image need to be updated? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup, good call. I'll update it after #70900 is merged. |
||
|
||
At the end of the trial period, the platinum features operate in a | ||
<<license-expiration,degraded mode>>. You can revert to a basic license, | ||
extend the trial, or purchase a subscription. | ||
At the end of the trial period, some features operate in a | ||
<<license-expiration,degraded mode>>. You can revert to Basic, extend the trial, | ||
or purchase a subscription. | ||
|
||
TIP: If {security-features} are enabled, unless you have a trial license, | ||
you must configure Transport Layer Security (TLS) in {es}. | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this rendered as "refer to subscriptions"? Personally, I think "refer to the subscriptions page" sounds clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It resolves to the URL (i.e. "refer to https://www.elastic.co/subscriptions"). We don't have style guidelines for using URLs vs titles, but I tend to like using the URL for "external" links like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks for explaining!