浏览代码

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

Atothendrew 8 年之前
父节点
当前提交
c30d6ebcbb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/ingest/ingest-node.asciidoc

+ 1 - 1
docs/reference/ingest/ingest-node.asciidoc

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