Hi Jeremy, Am Donnerstag, 9. Oktober 2014 06:12:59 UTC+2 schrieb Jeremy Farr: > > So, I'm not sure exactly why this connection is being refused. Most of my > investigation reveals this a somewhat generic error message. Once I put > the previously used graylog2 versions back in place (graylog2 0.20.6 server > and web) and start both up it works fine. I didn't see anything that > jumped out at me in the new config files that alluded to anything I needed > to add that wasn't in the previous configs. >
After upgrading the binaries and starting the services, please check that graylog2-server is listening on the proper interface. You can check that by running `lsof -i :12900` or `netstat -tplen|grep :12900`. Please also check if you receive a proper reply for this cURL command (replace $GL2_USER and $GL2_PASSWORD with your admin user and its respective password): curl -i --user $GL2_USER:$GL2_PASSWORD -H 'Accept: application/json' http://172.20.56.41:12900/system/cluster/node Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
