logstash-plugins / logstash-filter-mutate

Apache License 2.0
16 stars 75 forks source link

strip behaviour is inconsistent #150

Open vbohata opened 3 years ago

vbohata commented 3 years ago

If found an inconsistent behaviour of strip. If the value is array, it tries to strip everything even integers, booleans inside of it ... if not it only strips Strings which is fine and do not generate errors. This is probably not a bug, but the behaviour should be consistent.