Re: Managing custom processor logging statements during JUnit testing

2020-03-09 Thread Andy LoPresto
Russell, You can put a file called logback-test.xml in the src/test/resources/ directory of your custom processor module. This file is the same format as logback.xml but will supersede it for unit test execution. You can configure whatever level of logging severity and specificity in the same

Re: Add users in NiFi

2020-03-09 Thread Endre Kovacs
Hi, It is hard to know what the problem is since no configuration was provided, so my best guess is that you have not configured NiFi to be secure, and as such, only anonymous access is supported in an unsecured NiFi. To enable login (user access), please configure NiFi with one of the availabl

Add users in NiFi

2020-03-09 Thread Carlos Eduardo Ochoa Ceballos
Hi there!!! I'm trying create users to my NiFi but it's impossible to do it. I got my NiFi on Ubuntu and documentation says about UI and I have no that option. How can I solve this? Hope your help. Regards,

Re: Nifi installation - port 8080 being used even nifi installed with a different port

2020-03-09 Thread Shawn Weeks
You’ll need to add this line to your bootstrap.conf file to disable the Zookeeper Admin Server. We’ve done this for you in NiFi 1.11.x java.arg.17=-Dzookeeper.admin.enableServer=false From: Samarendra Sahoo Reply-To: "us...@nifi.apache.org" Date: Friday, March 6, 2020 at 11:17 PM To: "us...@ni