mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* [DOCS] Remove obsolete license expiration info As of https://github.com/elastic/elasticsearch/pull/79671, Elasticsearch does a more stringent license check rather than operating in a semi-degraded mode. Closes #127845 Closes #125702 * Update docs/management/managing-licenses.asciidoc Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
43 lines
1.7 KiB
Text
43 lines
1.7 KiB
Text
[[managing-licenses]]
|
|
== License Management
|
|
|
|
By default, new installations have a Basic license that never expires.
|
|
For the full list of features available at the Free and Open Basic subscription level,
|
|
refer to {subscriptions}.
|
|
|
|
To explore all of the available solutions and features, start a 30-day free trial.
|
|
You can activate a trial subscription once per major product version.
|
|
If you need more than 30 days to complete your evaluation,
|
|
request an extended trial at {extendtrial}.
|
|
|
|
To view the status of your license, start a trial, or install a new
|
|
license, open the main menu, then click *Stack Management > License Management*.
|
|
|
|
[discrete]
|
|
=== Required permissions
|
|
|
|
The `manage` cluster privilege is required to access *License Management*.
|
|
|
|
To add the privilege, open the main menu, then click *Stack Management > Roles*.
|
|
|
|
[discrete]
|
|
[[license-expiration]]
|
|
=== License expiration
|
|
|
|
Licenses are valid for a specific time period.
|
|
30 days before the license expiration date, {es} starts logging expiration warnings.
|
|
If monitoring is enabled, expiration warnings are displayed prominently in {kib}.
|
|
|
|
If your license expires, your subscription level reverts to Basic and
|
|
you will no longer be able to use https://www.elastic.co/subscriptions[Platinum or Enterprise features].
|
|
|
|
[discrete]
|
|
[[update-license]]
|
|
=== Update your license
|
|
|
|
Licenses are provided as a _JSON_ file and have an effective date and an expiration date.
|
|
You cannot install a new license before its effective date.
|
|
License updates take effect immediately and do not require restarting {es}.
|
|
|
|
You can update your license from *Stack Management > License Management* or through the
|
|
{ref}/update-license.html[update license API].
|