What does your Vagrantfile look like. Make sure that the "graylog-ctl set-external-ip" is accessible.
I had the same issue when I changed the vm.network forwarded_port but forgot to change it in the external ip config.. On Monday, 5 September 2016 20:55:55 UTC-3, [email protected] wrote: > > I have a 10.11.4 OSX laptop with Vagrant 1.8.5. I just downloaded the > graylog 2.1 vagrant file according to here > http://docs.graylog.org/en/2.1/pages/installation/vagrant.html > > It came up fine. I can SSH to it. graylog-ctl shows all services are up > and running. > > But if I navigate to http://localhost:8080/ in a browser like the > instructions suggest I get "Server currently unavailable". Fill message in > browser is: > >> Error message >> Bad request >> Original Request >> GET http://127.0.0.1:12900/system/sessions >> Status code >> undefined >> Full error message >> Error: Request has been terminated Possible causes: the network is >> offline, Origin is not allowed by Access-Control-Allow-Origin, the page is >> being unloaded, etc. > > > So then I decided to look at 12900 and I don't see anything running on the > vagrant instance. > > root@graylog:/var/log/graylog/server# nc -vz localhost 9000 >> Connection to localhost 9000 port [tcp/*] succeeded! >> root@graylog:/var/log/graylog/server# nc -vz localhost 12900 >> nc: connect to localhost port 12900 (tcp) failed: Connection refused >> root@graylog:/var/log/graylog/server# sudo nc -vz localhost 12900 > > > I'm brand new to graylog, but it seems like there should be an api service > on 12900 that's not running. Am I off base? > > root@graylog:/var/log/graylog/server# graylog-ctl status >> run: elasticsearch: (pid 5103) 281s; run: log: (pid 2862) 2780s >> run: etcd: (pid 5003) 286s; run: log: (pid 2832) 2780s >> run: graylog-server: (pid 5076) 281s; run: log: (pid 2913) 2779s >> run: mongodb: (pid 5083) 281s; run: log: (pid 2866) 2780s >> run: nginx: (pid 5101) 281s; run: log: (pid 2930) 2779s > > > Any guidance much appreciated. > -- 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/50b772e4-92e3-4339-b80a-d20f7cf82819%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
