mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Descriptions for scripting enabled (#22388)
The `Script source settings` section currently states that `false` means scripting is ENABLED. The other sections seem to indicate that `false` means scripting is DISABLED. If the current documentation is correct, that would imply that `inline` and `stored` scripting are ENABLED by default, which seems to conflict with all the other sections in the document.
This commit is contained in:
parent
00de5b83bd
commit
eaefb5f99b
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ Each of these settings takes one of these values:
|
|||
|
||||
|
||||
[horizontal]
|
||||
`false`:: Scripting is enabled.
|
||||
`true`:: Scripting is disabled.
|
||||
`false`:: Scripting is disabled.
|
||||
`true`:: Scripting is enabled.
|
||||
|
||||
The default values are the following:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue