Migration docs for #25080 (#25218)

This commit is contained in:
Boaz Leskes 2017-06-14 14:06:53 +02:00 committed by GitHub
parent c652b586c4
commit a0fcfc732d
1 changed files with 7 additions and 1 deletions

View File

@ -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`.
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.