diff --git a/watcher/docs/release-notes.asciidoc b/watcher/docs/release-notes.asciidoc index ae687f1c6d0..5cd770f172d 100644 --- a/watcher/docs/release-notes.asciidoc +++ b/watcher/docs/release-notes.asciidoc @@ -48,6 +48,10 @@ bin/plugin remove watcher `watcher.dynamic_indices.time_zone` setting was set to `+01:00` and a watch has the following index name `` then after the upgrade you need to update this watch to use the following index name ``. +.Enhancements +* If `action.auto_create_index` setting has been configured then Watcher will check if the setting is too restrictive. + If the `action.auto_create_index` is too restrictive then Watcher will fail during startup with a descriptive error message. + .Bug Fixes * Fixed url encoding issue in http input and webhook output. The url params were url encoded twice.