Skip to content

Commit

Permalink
bad formatted JSON object (elastic#38515)
Browse files Browse the repository at this point in the history
It just need to replace the wrong " , " to " : "
  • Loading branch information
githubfromgui authored and dakrone committed Feb 6, 2019
1 parent f96bd2a commit bb4f11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/ingest/processors/foreach.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Expand Down

0 comments on commit bb4f11f

Please sign in to comment.