From c7ed1b56f276884553f8c7277f9f4d727190c445 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Wed, 16 Nov 2022 16:03:39 +0100 Subject: [PATCH] doc: Remove mentions to X-Pack X-Pack is no longer relevant. Most of its features have been included free of charge in Elastic products since version 6.3 under the Elastic License v2. Refs. - https://www.elastic.co/what-is/open-x-pack - https://www.elastic.co/pricing/faq/licensing --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cd9b701..9507aa2 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ the visualization power of Kibana. ![Animated demo](https://user-images.githubusercontent.com/3299086/155972072-0c89d6db-707a-47a1-818b-5f976565f95a.gif) > **Note** -> The Docker images backing this stack include [X-Pack][xpack] with [paid features][paid-features] enabled by default -> (see [How to disable paid features](#how-to-disable-paid-features) to disable them). **The [trial -> license][trial-license] is valid for 30 days**. After this license expires, you can continue using the free features -> seamlessly, without losing any data. +> [Platinum][subscriptions] features are enabled by default for a [trial][license-mngmt] duration of **30 days**. After +> this evaluation period, you will retain access to all the free features included in the Open Basic license seamlessly, +> without manual intervention required, and without losing any data. Refer to the [How to disable paid +> features](#how-to-disable-paid-features) section to opt out of this behaviour. Based on the official Docker images from Elastic: @@ -318,7 +318,7 @@ containers: [Configuring Logstash for Docker][ls-docker]. ### How to disable paid features Switch the value of Elasticsearch's `xpack.license.self_generated.type` setting from `trial` to `basic` (see [License -settings][trial-license]). +settings][license-settings]). You can also cancel an ongoing trial before its expiry date — and thus revert to a basic license — either from the [License Management][license-mngmt] panel of Kibana, or using Elasticsearch's [Licensing APIs][license-apis]. @@ -416,10 +416,9 @@ See the following Wiki pages: * [Popular integrations](https://github.com/deviantony/docker-elk/wiki/Popular-integrations) [elk-stack]: https://www.elastic.co/what-is/elk-stack -[xpack]: https://www.elastic.co/what-is/open-x-pack -[paid-features]: https://www.elastic.co/subscriptions +[subscriptions]: https://www.elastic.co/subscriptions [es-security]: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html -[trial-license]: https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html +[license-settings]: https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html [license-mngmt]: https://www.elastic.co/guide/en/kibana/current/managing-licenses.html [license-apis]: https://www.elastic.co/guide/en/elasticsearch/reference/current/licensing-apis.html