mutate does operations in a specific order, and the common options like add_field come after that. Thus [fieldName] is not created until after the convert, and convert of a non-existent field is a no-op. Split it into two mutate filters.
That will work for the add_field because the decorator calls sprintf on the fieldname. The convert function just does a get of the field. Since it does not sprintf you cannot use %{} in the convert.
You would have to use a ruby filter to do it. The following
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.