You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/ingest/processors/enrich.asciidoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ See <<ingest-enriching-data,enrich data>> section for more information about how
12
12
|======
13
13
| Name | Required | Default | Description
14
14
| `policy_name` | yes | - | The name of the enrich policy to use.
15
-
| `field` | yes | - | The field in the input document that matches the policies match_field used to retrieve the enrichment data.
16
-
| `target_field` | yes | - | The field that will be used for the enrichment data.
15
+
| `field` | yes | - | The field in the input document that matches the policies match_field used to retrieve the enrichment data. Supports <<accessing-template-fields,template snippets>>.
16
+
| `target_field` | yes | - | The field that will be used for the enrichment data. Supports <<accessing-template-fields,template snippets>>.
17
17
| `ignore_missing` | no | false | If `true` and `field` does not exist, the processor quietly exits without modifying the document
18
18
| `override` | no | true | If processor will update fields with pre-existing non-null-valued field. When set to `false`, such fields will not be touched.
19
19
| `max_matches` | no | 1 | The maximum number of matched documents to include under the configured target field. The `target_field` will be turned into a json array if `max_matches` is higher than 1, otherwise `target_field` will become a json object. In order to avoid documents getting too large, the maximum allowed value is 128.
0 commit comments