Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

using AWS ELB with ListenHTTP on nifi

avatar
Master Guru

I am trying running nifi on AWS with a ELB fronting it.  I use ListenHTTP (port 7777)and need to do a health check via ELB.  It seems listenhttp only supports HEAD and POST.  ELB only supports health check via GET.  Any ideas how I can accomplish this to determine health status of port 7777 using ELB health checks?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@sunile_manjee  I am not very familiar with AWS ELB but you can try to use HandleHttpRequest and HandleHttpResponse processors and check if it serves your use case

View solution in original post

1 REPLY 1

avatar
Expert Contributor

@sunile_manjee  I am not very familiar with AWS ELB but you can try to use HandleHttpRequest and HandleHttpResponse processors and check if it serves your use case