Hello,
I’ve set-up a Graylog cluster and the UI works fine, indexing is fine, but I get a “405 method not allowed” error when I hit the following end-point alone:
http://graylog.test:9000/api/system/metrics/multiple/
The exact error message is:
{“type”:“ApiError”,“message”:“HTTP 405 Method Not Allowed”}
My configuration looks like this:
rest_listen_uri = "http://graylog.test:9000/api/"
rest_transport_uri = "http://graylog.test:9000/api/,
web_listen_uri = “http://graylog.test:9000/”
Other API end-points like “/api/system/metrics/” and “/api/system/inputstates” work fine.
I don’t see any error messages in the server log. What could be going wrong?
EDIT:
I’m using Graylog 2.2
Regards,
KN.