[Docs] Correct json example in ingest-node.asciidoc (#26221)
This commit is contained in:
parent
93cc2d0372
commit
c30d6ebcbb
|
@ -752,7 +752,7 @@ Accepts a single value or an array of values.
|
|||
--------------------------------------------------
|
||||
{
|
||||
"append": {
|
||||
"field": "field1"
|
||||
"field": "field1",
|
||||
"value": ["item2", "item3", "item4"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue