Re: Query regarding rest.port property

Posted by vino yang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Query-regarding-rest-port-property-tp21661p21663.html

Hi Vinay,

Did job manager run in node "myhost"? Did you check the port you specified open for remote access?

Can you try to start web UI, but just forbid its port?

----
Vino yang
Thanks.


On 2018-07-20 22:48 , [hidden email] Wrote:

Hi,

We have disabled Flink Web UI for security reasons however we want to use REST Api for monitoring purpose. For that I have set jobmanager.web.port = -1 , rest.port=8888,
rest.address=myhost

But I am not able to access any REST api using https://myhost:8888/<endpoint>

Is it mandatory to have Flink Web UI running or am I missing any configuration ?

Regards,
Vinay Patil