Open
Description
Before an enrich processor can be used, an enrich policy must be executed. When executed, an enrich policy uses enrich data from the policy’s source indices to create a streamlined system index called the enrich index.
The execution is executed manually by running PUT /_enrich/policy/my-policy/_execute
, giving the user control on when the new data becomes part of the enriching policy.
In cases where the policy’s source indices are constantly changing, the policy execution can also be scheduled.
Having the ability to schedule (say daily, hourly) the execution natively in elasticsearch would make it more approachable and would benefit this case of a constantly changing source indices.