OpenSearch/docs/reference/modules
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
..
cluster Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
discovery Merge branch 'master' into enhancement/remove_node_client_setting 2016-03-24 18:10:11 +01:00
indices Limit request size on transport level 2016-04-13 09:54:59 +02:00
scripting Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
cluster.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
http.asciidoc Enable HTTP compression by default with compression level 3 2016-05-03 08:53:15 +02:00
indices.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
memcached.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
network.asciidoc Fix: Change docs on "node client" to not use an in-memory node 2016-02-29 17:29:24 +01:00
node.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
plugins.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
scripting.asciidoc Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
snapshots.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
threadpool.asciidoc Actually bound the generic thread pool 2016-04-25 06:47:26 -04:00
thrift.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
transport.asciidoc Document transport.ping_schedule 2015-09-01 13:43:17 +02:00
tribe.asciidoc Documented how tribe node clients inherit their settings 2016-03-30 20:05:44 +02:00