Skip to content

Commit 70956f6

Browse files
authored
bad formatted JSON object (#38515) (#38526)
It just need to replace the wrong " , " to " : " Backport of #38515
1 parent f96bd2a commit 70956f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ingest/processors/foreach.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ block to send the document to the 'failure_index' index for later inspection:
141141
"on_failure" : [
142142
{
143143
"set" : {
144-
"field", "_index",
145-
"value", "failure_index"
144+
"field": "_index",
145+
"value": "failure_index"
146146
}
147147
}
148148
]

0 commit comments

Comments
 (0)