logstash-plugins/logstash-filter-mutate

Allow boolean -> integer conversions

jakelandis opened this issue · 0 comments

The code support integer -> boolean conversion (1 = true, 0 = false). We should support the other direction boolean -> integer as well.