Skip to content

Commit

Permalink
adjust for removed kibana security settings (#2315) (#2322)
Browse files Browse the repository at this point in the history
The setting `xpack.security.enabled` [has been removed since 8.0.0](elastic/kibana#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 fe73e13)

Co-authored-by: Robbert Hink <[email protected]>
  • Loading branch information
mergify[bot] and Robbert Hink authored Nov 3, 2022
1 parent 622c676 commit 434dd89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/en/ingest-management/tab-widgets/prereq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 434dd89

Please sign in to comment.