From 434dd89e10f15ca00efbc68b93d536d53097d65a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 13:37:21 -0700 Subject: [PATCH] adjust for removed kibana security settings (#2315) (#2322) The setting `xpack.security.enabled` [has been removed since 8.0.0](https://github.com/elastic/kibana/pull/111681) so following these instructions will result in errors from the Kibana side. This file needs to be adjusted for versions of 8.0.0 and upwards (cherry picked from commit fe73e13e26e2a96ba3dc58759426530da8053dc2) Co-authored-by: Robbert Hink --- docs/en/ingest-management/tab-widgets/prereq.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/ingest-management/tab-widgets/prereq.asciidoc b/docs/en/ingest-management/tab-widgets/prereq.asciidoc index e9e7db5ca8..0848aa609f 100644 --- a/docs/en/ingest-management/tab-widgets/prereq.asciidoc +++ b/docs/en/ingest-management/tab-widgets/prereq.asciidoc @@ -60,7 +60,6 @@ kibana.yml example: [source,yaml] ---- elasticsearch.username: "kibana_system" <1> -xpack.security.enabled: true xpack.encryptedSavedObjects.encryptionKey: "something_at_least_32_characters" ---- <1> The password should be stored in the {kib} keystore as described in the