From 81b6c4a0e9123486cfce043dc9bf1f05eb5f7afa Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Wed, 20 Jun 2018 08:04:23 +0200 Subject: [PATCH] Setting `es_enable_xpack: false` is the way to install oss --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bb0a5..552e44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Elasticsearch 6.3 includes several big changes that are reflected in this role. When upgrading from module versions prior to 6.3, there are a number of upgrade considerations to take into account: -* This role defaults to the upstream package repositories, which now include X-Pack bundled by default. To preserve previous behavior which does _not_ include X-Pack be sure to explicitly set `es_enable_xpack: true` which will install the `elasticsearch-oss` package. +* This role defaults to the upstream package repositories, which now include X-Pack bundled by default. To preserve previous behavior which does _not_ include X-Pack be sure to explicitly set `es_enable_xpack: false` which will install the `elasticsearch-oss` package. * Great care has been taken in making sure that all upgrade paths work, however as always please take extra caution when upgrading and test in a non-production environment. New automated tests have been added to make sure that the following upgrade paths work: * oss to oss * oss to xpack @@ -69,4 +69,4 @@ Patch release requested by @average-joe in #453 * Documentation clarification. * Fixes for loading of templates * Support for ML -* Ability to install x-pack from remote. \ No newline at end of file +* Ability to install x-pack from remote.