Closed untergeek closed 7 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.
add_field
convert
A mutate copy action would clone the value and the type.
copy
Migrated from: https://logstash.jira.com/browse/LOGSTASH-2054
fixed by #84
add_field
can only add string type, which requires the use of aconvert
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