Skip to content

Commit a71ac87

Browse files
committed
It seems conventional to just label these '9.2'
1 parent e2d5d76 commit a71ac87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/enrich-processor/append-processor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ $$$append-options$$$
1515
| --- | --- | --- | --- |
1616
| `field` | yes | - | The field to be appended to. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). |
1717
| `value` | yes* | - | The value to be appended. Supports [template snippets](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). May specify only one of `value` or `copy_from`. |
18-
| `copy_from` {applies_to}`stack: ga 9.2.0` | no | - | The origin field which will be appended to `field`, cannot set `value` simultaneously. |
18+
| `copy_from` {applies_to}`stack: ga 9.2` | no | - | The origin field which will be appended to `field`, cannot set `value` simultaneously. |
1919
| `allow_duplicates` | no | true | If `false`, the processor does not appendvalues already present in the field. |
20-
| `ignore_empty_values` {applies_to}`stack: ga 9.2.0` | no | false | If `true`, the processor does not append values that resolve `null` or an empty strings.
20+
| `ignore_empty_values` {applies_to}`stack: ga 9.2` | no | false | If `true`, the processor does not append values that resolve `null` or an empty strings.
2121
| `Media_type` | no | `application/json` | The media type for encoding `value`. Applies only when `value` is a [template snippet](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#template-snippets). Must be one of `application/json`, `text/plain`, or`application/x-www-form-urlencoded`. |
2222
| `description` | no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration. |
2323
| `if` | no | - | Conditionally execute the processor. See [Conditionally run a processor](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md#conditionally-run-processor). |

0 commit comments

Comments
 (0)