From 0528e2b06b1baa5e0cb33dff0fd3ce38534baf7a Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Mon, 23 Mar 2020 08:58:25 -0500 Subject: [PATCH] Document the deprecation of the 'auth.password' setting (#53822) --- docs/reference/migration/migrate_7_7.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/migration/migrate_7_7.asciidoc b/docs/reference/migration/migrate_7_7.asciidoc index eb95eff8bc1..4716b3ec5fc 100644 --- a/docs/reference/migration/migrate_7_7.asciidoc +++ b/docs/reference/migration/migrate_7_7.asciidoc @@ -51,6 +51,13 @@ will fail to start. The `order` config of authentication realms must be unique in version 8.0.0. If you configure more than one realm of any type with the same order, the node will fail to start. +[discrete] +[[deprecate-insecure-monitoring-password]] +==== Deprecation of insecure monitoring password setting + +The `auth.password` setting for the monitoring HTTP exporter has been deprecated and will be +removed in version 8.0.0. Please use the `auth.secure_password` setting instead. + [discrete] [[breaking_77_search_changes]] === Search changes