I have a working pipeline which is bringing data from log file to database.. list file->fetch file->convert-charecter->putdatabase.. if i want to add tail file for constantly changing log files.. how i need to change it? I am only two months in nifi.
log file changing pattern in source.. its changing from x_06042020.log, x_06042020_V1.log and its constantly writing in current file. it creating new version after current file is 10 MB.