diff --git a/_api-reference/ingest-apis/processors/append.md b/_api-reference/ingest-apis/processors/append.md index d0f2363c..dee484a6 100644 --- a/_api-reference/ingest-apis/processors/append.md +++ b/_api-reference/ingest-apis/processors/append.md @@ -17,10 +17,10 @@ The following is the syntax for the `append` processor: ```json { - "append": { - "field": "your_target_field", - "value": ["your_appended_value"] - } + "append": { + "field": "your_target_field", + "value": ["your_appended_value"] + } } ``` {% include copy-curl.html %} @@ -73,17 +73,17 @@ To test the pipeline, run the following query: ```json POST _ingest/pipeline/user-behavior/_simulate { - "docs":[ - { - "_source":{ - } - } - ] + "docs":[ + { + "_source":{ + } + } + ] } ``` {% include copy-curl.html %} -#### Reponse +#### Response The following response confirms that the pipeline is working as expected: diff --git a/_api-reference/ingest-apis/processors/bytes.md b/_api-reference/ingest-apis/processors/bytes.md index 329a6579..7d07766c 100644 --- a/_api-reference/ingest-apis/processors/bytes.md +++ b/_api-reference/ingest-apis/processors/bytes.md @@ -85,7 +85,7 @@ POST _ingest/pipeline/file_upload/_simulate ``` {% include copy-curl.html %} -#### Reponse +#### Response The following response confirms that the pipeline is working as expected: