logstash-filter-mutate
logstash-filter-mutate copied to clipboard
Enable adding new convertion functions
Changed valid_conversions to be an instance variable so that it can be overridden in classes inheriting from Mutate. This will allow adding new convert functions simply by inheriting from the Mutate class.