Hide Forgot
In order to allow access from -- for example -- kibana to elasticsearch, we need to open the firewall for port 9200. The problem is that we are right now doing that without restriction, which provides unrestricted access to the elasticsearch port from anywhere. This is obviously undesirable. We need to refactor our firewall support to include support for restricting access to specific hosts.
Already implemented.