Re: Multipart form data binary upload

2017-06-01 Thread Andre
Georg, Yes I would. At the very minimum the scripted processor / invoke script processor would allow you to enhance your error handling capabilities. Cheers On Thu, Jun 1, 2017 at 7:06 AM, Georg Heiler wrote: > Would you recommend the scripted processor over invoke

Re: Manage NiFi Users via Rest Api

2017-06-01 Thread Matt Gibboney
Matt, thanks for the information. I looked in the user log and found out that I didn't need to create a new uuid for the user. When I left those blank the user was created properly. -- View this message in context:

Re: Manage NiFi Users via Rest Api

2017-06-01 Thread Matt Gilman
Matt, When a request fails, the reason for the failure will is typically included in the response body as text/plain. This should provide some insight about why the requests aren't working. These same details should be in the logs/nifi-user.log of your NiFi instance. Also, I would suggest

Manage NiFi Users via Rest Api

2017-06-01 Thread Matt Gibboney
I am using Apache Nifi 1.1.1. I want to be able to create, update, and remove users without having to log on to the NiFi web page. I have been trying to use the NiFi processors to do this, and have only been successful in using the GetHTTP processor to retrieve user information (GET

Re: Extending ListenHTTP

2017-06-01 Thread Vincent Russell
Thank you Bryan. That didn't work, but copying the code from ListenHTTP worked. On Wed, May 31, 2017 at 12:42 PM, Bryan Bende wrote: > Hi Vincent, > > Generally it is not really expected to extend a processor in > nifi-standard-processors, but if you really wanted to then