Created 02-24-2017 06:31 AM
I thought of one solution:
I will use FetchFile processor and I will put the path of LOG file in its configuration. Will that work?
(FetchFile will keep fetching the new content in the file and putting those content to destination which is PutSplunk in my case)
Created 02-24-2017 06:33 AM
If it is a running log, use Tail File https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/
Created 02-24-2017 06:33 AM
If it is a running log, use Tail File https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/
Created 02-24-2017 11:36 AM
Thanks Arun, you are right. I did it using TailFile. @Arun A K