bad formatted JSON object (#38515) (#38526)

It just need to replace the wrong " , " to " : "

Backport of #38515
This commit is contained in:
Lee Hinman 2019-02-06 13:01:45 -07:00 committed by GitHub
parent f96bd2ad71
commit 70956f6f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
]