Enrich processor
editEnrich processor
editThe enrich
processor can enrich documents with data from another index.
See enrich data section for more information about how to set this up.
Table 15. Enrich Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The name of the enrich policy to use. |
|
yes |
- |
The field in the input document that matches the policies match_field used to retrieve the enrichment data. Supports template snippets. |
|
yes |
- |
Field added to incoming documents to contain enrich data. This field contains both the |
|
no |
false |
If |
|
no |
true |
If processor will update fields with pre-existing non-null-valued field. When set to |
|
no |
1 |
The maximum number of matched documents to include under the configured target field. The |
|
no |
|
A spatial relation operator used to match the geo_shape of incoming documents to documents in the enrich index. This option is only used for |
|
no |
- |
Conditionally execute this processor. |
|
no |
- |
Handle failures for this processor. See Handling Failures in Pipelines. |
|
no |
|
Ignore failures for this processor. See Handling Failures in Pipelines. |
|
no |
- |
An identifier for this processor. Useful for debugging and metrics. |