Sounds like PartitionRecord by month.
On Tue, Dec 3, 2019 at 9:12 AM Joe Witt <[email protected]> wrote: > > I read/replied too fast - if you mean that you want them together but sorted > by date then it makes sense we'd offer a SortRecord processor. If you wanted > to simply group them by month then PartitionRecord should do the trick. > > On Tue, Dec 3, 2019 at 8:10 AM Joe Witt <[email protected]> wrote: >> >> Sounds like a perfect use of PartitionRecord. And if you wanted larger >> bundles of such things you could then follow it with MergeRecord correlated >> on that same partitioned value. >> >> Thanks >> >> On Tue, Dec 3, 2019 at 8:09 AM Mike Thomsen <[email protected]> wrote: >>> >>> 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
