mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
* Initial changes for scripting. * Shorten script examples. * Expanding types docs. * Updating types. * Fixing broken cross-link. * Fixing map error. * Incorporating review feedback. * Fixing broken table. * Adding more info about reference types. * Fixing broken path. * Adding more info an examples for def type. * Adding more info on operators. * Incorporating review feedback. * Adding notconsole for example. * Removing comments in example. * More review feedback. * Editorial changes. * Incorporating more reviewer feedback. * Rewrites based on review feedback. * Adding new sections for storing scripts and shortening scripts. * Adding redirect for stored scripts. * Adding DELETE for stored script plus link. * Adding section for updating docs with scripts. * Incorporating final feedback from reviews. * Tightening up a few areas. * Minor change around other languages. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
7d0f8f55da
commit
ab6eba4662
11 changed files with 431 additions and 330 deletions
|
@ -79,12 +79,12 @@ security of the Elasticsearch deployment.
|
|||
=== Allowed script types setting
|
||||
|
||||
Elasticsearch supports two script types: `inline` and `stored` (<<modules-scripting-using>>).
|
||||
By default, {es} is configured to run both types of scripts.
|
||||
To limit what type of scripts are run, set `script.allowed_types` to `inline` or `stored`.
|
||||
By default, {es} is configured to run both types of scripts.
|
||||
To limit what type of scripts are run, set `script.allowed_types` to `inline` or `stored`.
|
||||
To prevent any scripts from running, set `script.allowed_types` to `none`.
|
||||
|
||||
IMPORTANT: If you use {kib}, set `script.allowed_types` to `both` or `inline`.
|
||||
Some {kib} features rely on inline scripts and do not function as expected
|
||||
IMPORTANT: If you use {kib}, set `script.allowed_types` to `both` or `inline`.
|
||||
Some {kib} features rely on inline scripts and do not function as expected
|
||||
if {es} does not allow inline scripts.
|
||||
|
||||
For example, to run `inline` scripts but not `stored` scripts, specify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue