Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/reference/migration/migrate_6_0/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.