- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
using AWS ELB with ListenHTTP on nifi
- Labels:
-
Apache NiFi
Created ‎08-25-2020 07:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Created ‎10-12-2020 10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
Created ‎10-12-2020 10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
