Rerun transforms

Hello,

Is there any way to run the transform again?
for example for the last 24 hours.

the naive aproch will be to stop the transform, delete the data from the dest index(is that required), and recreate it with a range filter.

is there another option?

thank you!

Hi,
Have you considered using continuous transform instead of a batch transform?
From docs:

You can decide whether you want the transform to run once or continuously. A batch transform is a single operation that has a single checkpoint. Continuous transforms continually increment and process checkpoints as new source data is ingested.

Docs: Transform overview | Elasticsearch Guide [8.11] | Elastic

1 Like

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