Member since
02-28-2020
3
Posts
0
Kudos Received
0
Solutions
03-11-2020
05:41 AM
what about "PostHttp" processor ?? it always showing me the error Upstream connection is invalid! any help please
... View more
03-02-2020
12:52 AM
Hey! Can you please explain more how to create an apache NIFI template?! Actually I need to know is it possible to generate an Apache NiFi template using JAVA ??
... View more
02-28-2020
12:44 PM
1 Kudo
@maryem Any action you can do through the NiFi UI, you can also do via interacting directly with the NiFi rest-api. This will not animate the action of actually dragging and dropping a processor on the canvas, but you can make a rest-api call that would add new processor of type ABC at coordinates x,y on the canvas. NiFi's rest-api documentation can be found here: https://nifi.apache.org/docs/nifi-docs/rest-api/index.html Some users find it easier to learn the rest-api call through examples. If you open the developer tools in your browser, you can perform the action via the UI and see the rest-api call that was made. Most browser developer tools even let you save the rest-api call as a curl command that you could then execute yourself via command line. Matt
... View more