ConsumeWindowsEventLog leads to a stackoverflow when subscription fails

2020-01-09 Thread momo adc
Hi, I'm kind of new to all of this open source stuff so I'm sorry if this is not the format for reporting bugs. I'm using Apache NiFi to consume eventlogs with the ConsumeWindowsEventLog processor, sadly I cannot provide logs (working under an NDA). Since I cannot provide logs I will try to

Re: ConsumeWindowsEventLog leads to a stackoverflow when subscription fails

2020-01-09 Thread Otto Fowler
https://issues.apache.org/jira/projects/NIFI/issues/NIFI–6860?filter=allopenissues Go there and create an issue to log a bug, with as much information as possible. On January 9, 2020 at 06:18:45, momo adc (momoad...@gmail.com) wrote: Hi, I'm kind of new to all of this open source stuff so

Check if a Flowfile is already running

2020-01-09 Thread William Gosse
Is there a way to check if there is any existing flowfile with a specific attribute value already running. I’m running a schedule task that starts the processing of a flowfile. If a flowfile with a certain value I want to terminate processing of the new file.