I've configured 3 of our NLS Servers to sit behind 1 VIP address. We want to use only ssl connection to the NLS server via the Load Balancer. Using https breaks the NLS login page and there is no access to it.
Our workaround for now is to modify the config.php file in /var/www/html/nagioslogserver/application/config modifying the base url line to this.
Code: Select all
$config['base_url'] = 'https://prhsyslog.us.randomhouse.com/nagioslogserver';Administration/System Status page. All the statuses show a spinning circle and stopping and starting the logstash or elasticsearch from this page is not possible.
How do i get all the pages to work without modifying the the base_url in the config.php file.
What is your recommendation to get a 3 Node NLS configuration behind a load balancer to only accept https connection and not break it?
Greg Cooper