Hi, I have a single graylog node with a 3 ES node cluster. Intermittently I get the errors below on the server and the web interface becomes inaccessible.
2016-08-09T12:35:25.473+01:00 WARN [ProxiedResource] Unable to call http://127.0.0.1:12900/system/metrics/multiple on node <9038662c-46d4-4395-8f7f-7b91b2132e5b>, caught exception: timeout (class java.net.SocketTimeoutException) 2016-08-09T12:35:25.561+01:00 WARN [ProxiedResource] Unable to call http://127.0.0.1:12900/system/metrics/multiple on node <9038662c-46d4-4395-8f7f-7b91b2132e5b>, caught exception: timeout (class java.net.SocketTimeoutException) 2016-08-09T12:35:25.712+01:00 WARN [ProxiedResource] Unable to call http://127.0.0.1:12900/system/metrics/multiple on node <9038662c-46d4-4395-8f7f-7b91b2132e5b>, caught exception: Read timed out (class java.net.SocketTimeoutException) 2016-08-09T12:35:25.722+01:00 WARN [ProxiedResource] Unable to call http://127.0.0.1:12900/system/metrics/multiple on node <9038662c-46d4-4395-8f7f-7b91b2132e5b>, caught exception: timeout (class java.net.SocketTimeoutException) 2016-08-09T12:35:25.780+01:00 WARN [ProxiedResource] Unable to call http://127.0.0.1:12900/system/metrics/multiple on node <9038662c-46d4-4395-8f7f-7b91b2132e5b>, caught exception: timeout (class java.net.SocketTimeoutException) My config is as follows. I have apache (2.4) running in front of graylog. <VirtualHost *:80> ServerName graylog.ex.com ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> <Location /> RequestHeader set X-Graylog-Server-URL "http://graylog.ex.com/api/" ProxyPass http://127.0.0.1:9000/ ProxyPassReverse http://127.0.0.1:9000/ </Location> <Location /api/> ProxyPass http://127.0.0.1:12900/ ProxyPassReverse http://127.0.0.1:12900/ </Location> </VirtualHost> In graylog server.conf rest_listen_uri = http://127.0.0.1:12900 web_listen_uri = http://127.0.0.1:9000 web_endpoint_uri = http://graylog.ex.com:12900 I've gone through other similar posts and tried other configurations such as using the servers IP address for rest_listen_uri and web_listen_uri and updating the apache config to reflect that but the result was the same. Thanks, Gareth. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/92934522-c5c8-420c-ad12-e742c3ec6a63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
