It just need to replace the wrong " , " to " : " Backport of #38515
This commit is contained in:
parent
f96bd2ad71
commit
70956f6f34
|
@ -141,8 +141,8 @@ block to send the document to the 'failure_index' index for later inspection:
|
|||
"on_failure" : [
|
||||
{
|
||||
"set" : {
|
||||
"field", "_index",
|
||||
"value", "failure_index"
|
||||
"field": "_index",
|
||||
"value": "failure_index"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue