@David Parkins
Your best option for doing this is going to be using the
UpdateAttribute processor and then using a little NiFi Expression Language to
append the date onto your file. From
there you should be able to configure. I
created a sample flow and used the following config and achieved the following
results:
/var/log/log1.log
New filename: log1.log.2016-12-26 15:10:25.966Z
![10810-updateattributedate.png 10810-updateattributedate.png](https://community.cloudera.com/t5/image/serverpage/image-id/20004i3AEE7ED96E63214D/image-size/medium?v=v2&px=400)
This is the config on the updateAttribute processor:
![10822-processorconfig.png 10822-processorconfig.png](https://community.cloudera.com/t5/image/serverpage/image-id/20005i1C927F3DD7C66946/image-size/medium?v=v2&px=400)
This is just a sample, you could do a lot better using append/prepend with NiFi Expression Language. There is more info here: https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html