mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[DOCS] Removes problematic footer from Watcher docs (#39474)
This commit is contained in:
parent
4dd274b51d
commit
8b26f59958
@ -39,25 +39,24 @@ The following table lists the possible settings that can be configured:
|
||||
|
||||
[[transform-script-settings]]
|
||||
.Script Transform Settings
|
||||
[options="header,footer"]
|
||||
[options="header"]
|
||||
|======
|
||||
| Name |Required | Default | Description
|
||||
|
||||
| `inline` | yes* | - | When using an inline script, this field holds
|
||||
| `inline` | yes | - | When using an inline script, this field holds
|
||||
the script itself.
|
||||
|
||||
| `id` | yes* | - | When referring to a stored script, this
|
||||
| `id` | yes | - | When referring to a stored script, this
|
||||
field holds the id of the script.
|
||||
|
||||
| `lang` | no | `painless` | The script language
|
||||
|
||||
| `params` | no | - | Additional parameters/variables that are
|
||||
accessible by the script
|
||||
|
||||
|======
|
||||
|
||||
When using the object notation of the script, one (and only one) of `inline`,
|
||||
or `id` fields must be defined
|
||||
or `id` fields must be defined.
|
||||
|
||||
NOTE: In addition to the provided `params`, the scripts also have access to the
|
||||
<<watch-execution-context, Standard Watch Execution Context Parameters>>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user