Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,10 @@ Define the type of script referenced by "script" variable
* Value type is <<string,string>>
* Default value is `"event"`

Set variable name passed to script (scripted update)
Set variable name passed to script (scripted update).

Logstash will send the content of the event in a variable inside the `params`.
See https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-using.html#_script_parameters

[id="plugins-{type}s-{plugin}-scripted_upsert"]
===== `scripted_upsert`
Expand Down