Code: Select all
vi /etc/httpd/conf/httpd.confRestart httpd:
Code: Select all
service httpd restartMy next hunch would be elasticsearch's bind port:
Code: Select all
vi /usr/local/nagioslogserver/elasticsearch/config/elasticsearch.ymlYou will have to restart elasticsearch:
Code: Select all
service elasticsearch restartLet me know if this works for you!
Jesse