elasticsearch/docs/reference
Lee Hinman a4060f7436 Remove vestiges of script engine sandboxing
This removes all the mentions of the sandbox from the script engine
services and permissions model. This means that the following settings
are no longer supported:

```yaml
script.inline: sandbox
script.stored: sandbox
```

Instead, only a `true` or `false` value can be specified.

Since this would otherwise break the default-allow parameter for
languages like expressions, painless, and mustache, all script engines
have been updated to have individual settings, for instance:

```yaml
script.engine.groovy.inline: true
```

Would enable all inline scripts for groovy. (they can still be
overridden on a per-operation basis).

Expressions, Painless, and Mustache all default to `true` for inline,
file, and stored scripts to preserve the old scripting behavior.

Resolves #17114
2016-05-13 09:24:31 -06:00
..
aggregations
analysis [docs] Add wait_for_status=yellow 2016-05-12 17:53:34 -04:00
cat
cluster
docs Add wait_for_health=yellow to reindex snippets 2016-05-12 12:20:06 -04:00
images
index-modules
indices Add TESTRESPONSE code 2016-05-12 18:44:08 -07:00
ingest
mapping
migration Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
modules Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
query-dsl
release-notes
search Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
setup Removing the superfluous 's' 2016-05-12 16:42:27 -04:00
testing
aggregations.asciidoc
analysis.asciidoc
api-conventions.asciidoc
cat.asciidoc
cluster.asciidoc
docs.asciidoc
getting-started.asciidoc
glossary.asciidoc
index-modules.asciidoc
index.asciidoc
indices.asciidoc
ingest.asciidoc
mapping.asciidoc
modules.asciidoc
query-dsl.asciidoc
redirects.asciidoc
release-notes.asciidoc
search.asciidoc
setup.asciidoc
testing.asciidoc