I am in the process of configuring firewall access ports and was wondering if there was a summary page of what services are on what ports.
Specifically I am using Tranquility to send event streams to Druid and was wondering what ports it needs access to on the Druid server. My best guess is port 2181 for Zookeeper and ports 8100-8199 for Druid Peons.
I found the following in relation to Peon ports.
Is there any Druid summary page outlining default service ports?
Something like the following which I found on imply, would be nice.
Master Server- 1527 (Derby; not needed if you are using a separate metadata store like MySQL or PostgreSQL)
- 2181 (ZooKeeper; not needed if you are using a separate zookeeper cluster)
In production, we recommend deploying ZooKeeper and your metadata store on their own dedicated hardware, rather than on the Master Server.Query ServerData Server- 8091 (Druid Middle Manager)
- 8200 (Tranquility Server)