I'm considering migrating the aggregate
filter towards a query through the elasticsearch
filter plugin in favor of managing parent/child relationships between sets of data.
Since I'll be backtracking in search of the starting document that defines the event, I'm worried that there may be some race condition issues while using multiple pipeline.workers
.
Is there any recommendations when it comes to this type of scenario? If this is too vague, I can provide some more details and examples of what we're dealing with here.
Thanks.