We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418dede commit 4766fa0Copy full SHA for 4766fa0
x-pack/docs/en/watcher/input/chain.asciidoc
@@ -72,7 +72,7 @@ still be available in its original form in `ctx.payload.first`.
72
{
73
"second" : {
74
"transform" : {
75
- "script" : "return [ 'path' : 'ctx.payload.first.path' + '/' ]"
+ "script" : "return [ 'path' : ctx.payload.first.path + '/' ]"
76
}
77
78
},
0 commit comments