We need to be able to split a record set by examining a date field and sorting the messages by month into new record sets. The reason is that they're going to be fed to an Elastic cluster that uses an index template to build new indexes based on a date convention. We have a simple solution for now that matches our volume, but I'd like to know if there is a better way to do this out of the box than an ExecuteScript and if there might be others who'd benefit from a broader solution.
Thanks, Mike
