Enrich processor

Hello

Is it possible to use the enrich processor, with documents from the same index?

In addition, when running
POST /_enrich/policy/my-enrich-test-policy/_execute

it creates an index (.enrich....) with all the value of enrich_fields , but what about future values?

thanks

See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/ingest-enriching-data.html

the enrich execute action will always create a special index. If you update the source index you need to rerun the _execute call. There is no automatic sync mechanism

thanks @spinscale

so it's more for static data (source index of the policy)

You can update this anytime, so just rerunning the index creation (and cleaning up the old indices) would work... as you said however, this is not fully realtime.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.