From a8a7fe2c17db2efd8c7d52a39e81be65a04f2cdd Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Wed, 14 Jun 2017 14:02:55 +0200 Subject: [PATCH] Migration docs for #25080 --- docs/reference/migration/migrate_6_0/settings.asciidoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_6_0/settings.asciidoc b/docs/reference/migration/migrate_6_0/settings.asciidoc index 5d3f0c44524a0..99ead4f1f44ac 100644 --- a/docs/reference/migration/migrate_6_0/settings.asciidoc +++ b/docs/reference/migration/migrate_6_0/settings.asciidoc @@ -75,4 +75,10 @@ deprecation warning. ==== Script Settings All of the existing scripting security settings have been removed. Instead -they are replaced with `script.allowed_types` and `script.allowed_contexts`. \ No newline at end of file +they are replaced with `script.allowed_types` and `script.allowed_contexts`. + +==== Discovery Settings + +The `discovery.type` settings no longer supports the values `gce`, `aws` and `ec2`. +Integration with these platforms should be done by setting the `discovery.zen.hosts_provider` setting to +one of those values.