Member since
12-25-2016
2
Posts
2
Kudos Received
0
Solutions
12-26-2016
08:04 PM
2 Kudos
I'm constantly moving logs for storage and was looking for a way to change the filenames in a given nifi flow. for example, if i'm getting a load of files from say /var/log*, is there a way in my flow that i'm using to adjust the filename and add on to it so i have the date?So for example if i have webapp.log, i would like to move it and have the file name changed to webapp.log(todaysdate). Is there a processor in NiFi that will do this?
... View more
Labels:
- Labels:
-
Apache NiFi
12-25-2016
02:17 PM
Is each record ended with a newline? Or is it just a long list of records?
... View more