[Docs] Correct json example in ingest-node.asciidoc (#26221)

This commit is contained in:
Atothendrew 2017-08-21 02:07:44 -07:00 committed by Christoph Büscher
parent 93cc2d0372
commit c30d6ebcbb
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ Accepts a single value or an array of values.
--------------------------------------------------
{
"append": {
"field": "field1"
"field": "field1",
"value": ["item2", "item3", "item4"]
}
}