diff --git a/docs/reference/ingest/processors/set.asciidoc b/docs/reference/ingest/processors/set.asciidoc index c964182ef6573..499e49c29b482 100644 --- a/docs/reference/ingest/processors/set.asciidoc +++ b/docs/reference/ingest/processors/set.asciidoc @@ -17,7 +17,7 @@ include::common-options.asciidoc[] [source,js] -------------------------------------------------- { - "description" : "sets the value of count to 1" + "description" : "sets the value of count to 1", "set": { "field": "count", "value": 1