logstash-plugins / logstash-filter-mutate

Apache License 2.0
16 stars 75 forks source link

Add 'copy' action #12

Closed untergeek closed 7 years ago

untergeek commented 9 years ago

add_field can only add string type, which requires the use of a convert to re-cast it to an integer if you're copying, say, an integer field.

A mutate copy action would clone the value and the type.

Migrated from: https://logstash.jira.com/browse/LOGSTASH-2054

jsvd commented 7 years ago

fixed by #84