Re: How to query complex regex pattern in nagios log server
Posted: Wed Mar 25, 2015 11:34 am
If you change your HTTP bind address, does that make a difference?
Change "Listen 80" to "Listen <yourIP>:80"
Restart httpd:
If that does not work, feel free to revert the settings.
My next hunch would be elasticsearch's bind port:
Change "# network.bind_host: 192.168.0.1" to "network.bind_host: <yourIP>" - please note that you must remove the comment preceding the line.
You will have to restart elasticsearch:
If that does not work, please feel free to revert the settings.
Let me know if this works for you!
Jesse
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