Hi Anant, according to your logs, the Graylog REST API and the Graylog web interface have been successfully started:
2016-07-15 16:38:00,442 INFO : > org.graylog2.initializers.WebInterfaceService - Started Web Interface at > <http://127.0.0.1:9000/> > 2016-07-15 16:38:00,443 INFO : > org.graylog2.shared.initializers.RestApiService - Started REST API at > <http://127.0.0.1:12900/> The response you've mentioned ({"type":"ApiError","message":"HTTP 404 Not Found"}) is totally normal if you tried to get the root resource of the Graylog REST API (this will change in Graylog 2.1.0). Make sure to open http://127.0.0.1:9000/ for accessing the Graylog web interface and not http://127.0.0.1:12900/, which is the Graylog REST API. Also make sure to read http://docs.graylog.org/en/2.0/pages/upgrade.html and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html when upgrading to Graylog 2.0.x. Cheers, Jochen On Friday, 15 July 2016 14:09:46 UTC+2, Anant Sawant wrote: > > Hi, > > I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. Followed > the following url for installation " > http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html" . > After starting the graylogctl script for the first time and hitting > 127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 Not > Found} in the browser. > > The server logs says the "Graylog server up and running". I am unable to > locate the issue as I am not getting any error at the logs.Please give me > some advise to overcome this issue. > > I have attached the logs file for your perusal. > Please find the attachment. > > Thanks in Advance!! > > Anant. > -- 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/9788824a-84e0-4417-b7bc-7e3ce37e4ebb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
