Logstash hanging while split array (consume too much memory)

Does this help? If you are splitting on a very large field then the split filter clones the target field before overwriting it. Obviously that can be optimized to remove the target before cloning it.

1 Like