Closed
Description
The foreach functionality added in #41997 contains a constant cap of 100 on iterations. This makes it inconvenient to use with bucket aggregations, which offer a configurable cap, defaulting to 10,000 buckets. I propose a configuration directive actions.<id>.max_iterations
that replaces the hardcoded 100 cap.