mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user