Manually do an ILM poll during development and tests

Hello,

When using ILM, on indices.lifecycle.poll_interval there is a lower bound of 1 second.

Our current test setup involves waiting one second after every doc insertion to let ILM do its job. This makes our tests very long for no reason.

Is there a way to reduce this to close to zero during development or is there any other API to manually trigger an ILM poll?

There is currently no way to trigger ILM manually. If it's something you think we should add, feel free to open a Github issue.

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