Am also facing the same issue. Has anyone figured it out? <https://lh3.googleusercontent.com/-DpO7u5XX0lA/Vz3ascKjtVI/AAAAAAAACOk/b-KkQzZFXjIoC7pV2TuJ235kIg88fvCuACLcB/s1600/Screen%2BShot%2B2016-05-19%2Bat%2B8.52.41%2BPM.png>
On Thursday, May 19, 2016 at 2:42:09 AM UTC+5:30, Chris Chalmers wrote: > > I have just tried IE11 I'm getting the same result as Chrome and Firefox. > > Interestingly I tried going to the URL direct and got an error message > from our Web proxy (Squid) that wasn't displayed anywhere before "The > following error was encountered while trying to retrieve the URL: > http://10.251.0.90:12900/system/cluster/node. Access Denied. Access > control configuration prevents your request from being allowed at this > time.". > > Disabled the proxy in IE Settings then I was able to get the login page > but after 10-15 secs I would get the 'Server Currently Available' again. > > iptables was on at this point so I disabled that as-well and now I am able > to login successfully and browse between tabs. > > -A INPUT -p tcp -m tcp --dport 10050 -j ACCEPT > -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT > -A INPUT -p udp -m udp --dport 514 -j ACCEPT > -A INPUT -p udp -m udp --dport 12201 -j ACCEPT > -A INPUT -p udp -m udp --dport 12900 -j ACCEPT > -A INPUT -p tcp -m tcp --dport 9000 -j ACCEPT > > 1. Ill need to look into the Squid issue where its getting blocked. > 2. Although there is a rule for iptables something is still blocking here > as-well. > > > On Wednesday, May 18, 2016 at 9:42:13 PM UTC+1, Richard Davis wrote: >> >> I'm seeing something similar playing around with 2.0.1 oddly it seems to >> only affect Chrome and Firefox as it seems to work ok within IE 11. from >> the console in Chrome its showing when its trying to send a request to >> http://ip.address:12900/system/sessions however i can hit the URL within >> the browser and get back "{"is_valid":false}" so tcp/12900 is open and >> working. Attached screenshot of what console is showing. >> >> >> >> On Wednesday, May 18, 2016 at 11:47:41 AM UTC-5, Chris Chalmers wrote: >>> >>> Hi All, >>> >>> I recently installed Graylog 2 using this guide: >>> http://www.systeen.com/2016/05/12/install-graylog-2-0-centos-7-collect-windows-logs/ >>> >>> It was working for a couple of days I added around 10 Windows servers >>> using NXLog and could see all of the events coming in. Since this morning >>> when I go to the webpage I can't get passed - >>> >>> Error messageBad requestOriginal RequestGET >>> http://10.251.0.90:12900/system/sessionsStatus codeundefinedFull error >>> messageError: 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. >>> >>> I have restarted the individual services (graylog-server, elasticsearch >>> and mongod), restarted the server, disabled iptables and selinux is >>> disabled. >>> >>> The logs all look clean >>> - /var/log/graylog-server/server.log, /var/log/elasticsearch/graylog.log >>> and /var/log/mongodb/mongod.log. >>> >>> Has anyone else come across the same issue? Are there any other logs I >>> can look at? >>> >>> Thanks, >>> >>> Chris >>> >> -- 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/f77870ef-31b5-495b-b133-4cb0c0c69887%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
