mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
Remove ticks in chain input documentation (#38109)
The ticks created a literal string instead of actually accessing the payload value.
This commit is contained in:
parent
8c624e5a20
commit
73fcea4d2c
@ -72,7 +72,7 @@ still be available in its original form in `ctx.payload.first`.
|
||||
{
|
||||
"second" : {
|
||||
"transform" : {
|
||||
"script" : "return [ 'path' : 'ctx.payload.first.path' + '/' ]"
|
||||
"script" : "return [ 'path' : ctx.payload.first.path + '/' ]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user