documentation
documentation copied to clipboard
Load Balancer documentation
Documentation on LB states to forward traffic to localhost .. which makes no sense IMHO
Context
Put a L3/L4 LB in front of the GUI. So only IP and ports are to be taken into account .. Paths, headers and payloads are applicative concepts
Configure your load balancer to forward connections going to 192.168.0.10:80 to 127.0.0.1:9000 (web_listen_uri) and 192.168.0.10:9000/api/ to 127.0.0.1:9000/api/ (rest_listen_uri)
Expected Content
It shoould be something as follows:
Assume your LB address is 192.168.0.250 Configure your load balancer to forward connections going to your LB (192.168.0.250:80) to 192.168.0.10:9000 (web_listen_uri)
Your Environment
- Graylog Version: Graylog 2.4.3+2c41897
- Elasticsearch Version: 5.5 (Amazon ES)
- MongoDB Version: 3.6.2
- Operating System: Ubuntu 16.04 (Oracle Corporation 1.8.0_151 on Linux 4.4.0-1050-aws)
- Browser version: --