Member since
08-27-2024
5
Posts
5
Kudos Received
0
Solutions
12-27-2024
10:27 AM
1 Kudo
If you're using the docker image it's just a matter of voluming in your customized version of the start.sh or copying it in at image build time. But I can understand not wanting to do that. It should be completely configurable with env variables. It seems like that's how it worked in nifi 1.X
... View more
12-05-2024
02:23 PM
1 Kudo
I'm running Nifi in ECS with an ALB. Everything is up and seems normal except there are intermittent 502 errors that pop up in the Nifi ui that look like this It seems that the source of the 502 is the load balancer but since it's intermittent it seems like an interaction between the load balancer and Nifi that is causing this behavior. I've tried messing with the following settings so that the idle timeout (60 seconds) on the ALB is lower nifi.web.request.timeout nifi.remote.input.http.transaction.ttl I've also made sure the nifi.web.proxy.host configuration is set the hostname that I'm using to hit the loadbalancer. Has anyone else experienced something similar getting a load balancer in front of Nifi?
... View more
Labels:
- Labels:
-
Apache NiFi