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?