From 425ea5bca60cc6058f16f904dd9bf0ca68ac2114 Mon Sep 17 00:00:00 2001 From: javanna Date: Thu, 26 Mar 2015 20:22:20 +0100 Subject: [PATCH] [DOCS] removed coming tags from scripting docs --- docs/reference/modules/scripting.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/modules/scripting.asciidoc b/docs/reference/modules/scripting.asciidoc index b7a11561c1d..e85b30fe308 100644 --- a/docs/reference/modules/scripting.asciidoc +++ b/docs/reference/modules/scripting.asciidoc @@ -242,8 +242,6 @@ on your box or not. deprecated[1.6.0, the `script.disable_dynamic` setting is deprecated in favour of fine-grained settings described as follows] -coming[1.6.0, Fine-grained script settings replace the `script.disable_dynamic` setting] - It is possible to enable scripts based on their source, for every script engine, through the following settings that need to be added to the `config/elasticsearch.yml` file on every node. @@ -286,7 +284,7 @@ NOTE: Global scripting settings affect the `mustache` scripting language. <> internally use the `mustache` language, and will still be enabled by default as the `mustache` engine is sandboxed, but they will be enabled/disabled according to fine-grained settings -specified in `elasticsearch.yml`. coming[1.6.0, `mustache` scripts were previously always on regardless of whether dynamic scripts were enabled or not] +specified in `elasticsearch.yml`. It is also possible to control which operations can execute scripts. The supported operations are: