From a569951187562e05076ee6f6fbdd7df15198575f Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Tue, 6 Oct 2015 11:36:09 +0200 Subject: [PATCH] docs: updated release notes for elastic/elasticsearch#649 change Original commit: elastic/x-pack-elasticsearch@ee5e009fd25a54662fc94da753728e00ae2346d8 --- watcher/docs/release-notes.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) 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.