How do you setup a health check to Alteryx server URL? It fails since its prompting for a user/pass.
/gallery doesnt work
Thanks
Tom
Solved! Go to Solution.
You can set the ELB to use TCP healthcheck, that just checks if the port is listening.
It's not optimal of course, but it works in this case.
I just ran into this problem today, and got it working that way.
I also found out that the Gallery doesn't seem to like ELB in HTTP listerner mode, but in TCP mode it's working.
Don't know why, but at least it works now.
br,
Teemu
We actually got this solved by monitoring "/gallery/api/status/ping/" which is not a protected URL and it seems to work.
Thanks
Tom