Hi Jeremy, please start your graylog2-server with the -d (--debug) flag and post the output (either directly as attachment to a mail, on https://gist.github.com/ or http://pastebin.com/). The debug output should contain a listing of REST resources being discovered and loaded and it should contain /system/cluster/*.
Cheers, Jochen Am Mittwoch, 15. Oktober 2014 04:18:41 UTC+2 schrieb Jeremy Farr: > > Jochen, > > Here you go: > > [root@graylog2-server graylog2]# curl -i -H 'Accept: application/json' ' > http://172.20.56.41:12900/system/cluster/node?pretty=true' > HTTP/1.1 404 Not Found > Transfer-Encoding: chunked > > {"type":"ApiError","message":"HTTP 404 Not Found"} > > [root@graylog2-server graylog2]# curl -i -H 'Accept: application/json' ' > http://172.20.56.41:12900/system/cluster/nodes?pretty=true' > HTTP/1.1 404 Not Found > Transfer-Encoding: chunked > > {"type":"ApiError","message":"HTTP 404 Not Found"} > > [root@graylog2-server graylog2]# curl -i -H 'Accept: application/json' ' > http://172.20.56.41:12900/system/cluster/nodes/51b4b982-51a4-42e3-8e0d-ffa22f74b595?pretty=true > ' > HTTP/1.1 404 Not Found > Transfer-Encoding: chunked > > {"type":"ApiError","message":"HTTP 404 Not Found"} > > > As soon as I revert back to the previous versions (0.20.6) and restart > graylog2-server all is well. > -- 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.
