Query regarding rest.port property
Posted by
Vinay Patil on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Query-regarding-rest-port-property-tp21661.html
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 ?