Skip to content

Commit 53b7434

Browse files
alexshadow007rjernst
authored andcommitted
Fix documentation for script processor (#25299)
1 parent e9e7007 commit 53b7434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ingest/ingest-node.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,11 +1758,11 @@ caching see <<modules-scripting-using-caching, Script Caching>>.
17581758
| Name | Required | Default | Description
17591759
| `lang` | no | "painless" | The scripting language
17601760
| `id` | no | - | The stored script id to refer to
1761-
| `inline` | no | - | An inline script to be executed
1761+
| `source` | no | - | An inline script to be executed
17621762
| `params` | no | - | Script Parameters
17631763
|======
17641764

1765-
One of `id` or `inline` options must be provided in order to properly reference a script to execute.
1765+
One of `id` or `source` options must be provided in order to properly reference a script to execute.
17661766

17671767
You can access the current ingest document from within the script context by using the `ctx` variable.
17681768

0 commit comments

Comments
 (0)