Checked here
I am new to Graylog, I am installing graylog 2 on centos 7, and I couldn’t get graylog2 web interface showing up in my browser.
For the graylog 2 log file, if I restart graylog server I got this:
[y.xiang@NJ-GL2 graylog-server]$ sudo tail -f /var/log/graylog-server/server.log
2017-06-16T11:38:05.913-04:00 INFO [NetworkListener] Started listener bound to [10.10.60.122:12900]
2017-06-16T11:38:05.914-04:00 INFO [HttpServer] [HttpServer] Started.
2017-06-16T11:38:05.915-04:00 INFO [JerseyServic…
yet I had a similiar problem. My nodes were new with not selinux no, iptables and no firewalld or any other software was installed.
I realized after restarting server 2-3 times it worked. Hope thats so simple workaround because when its in production its not nice to restart it everytime especially when more than 1 can fail at the same time. Since I needed to restart the whole service (even if there is another way didnot know it) if I need to restart the whole cluster than I loose messages in the meanwhile.
derPhlipsi
(Philipp Ruland)
July 24, 2017, 7:27pm
2
Hey @CanBuyukburc ,
can you please elaborate a bit more? Your log files when (re)starting the graylog services or the output of
$ curl -i http://<yourIP>:9000/
$ curl -i -H 'Accept: application/json' http://<yourIP>:12900/
would help identifying your problem
Also your configuration of graylog would be helpful, the error is often inside the detail
Greetings - Phil
curl -i http://:9000/
HTTP/1.1 200 OK
X-UA-Compatible: IE=edge
X-Graylog-Node-ID: 858e6fe1-c997-4f6a-b3c7-c8e507f705b4
Content-Type: text/html
Date: Tue, 25 Jul 2017 06:36:01 GMT
Content-Length: 1290
Graylog Web Interface
<script src="/assets/polyfill.35e28e4da7743596569a.js"></script>
<script src="/assets/plugin/org.graylog.plugins.pipelineprocessor.ProcessorPlugin/plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0cbe11128085ed745b77.js"></script>
<script src="/assets/plugin/org.graylog.plugins.map.MapWidgetPlugin/plugin.org.graylog.plugins.map.MapWidgetPlugin.5011f2ebff35ef956f1b.js"></script>
<script src="/assets/plugin/org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin/plugin.org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin.3e5ff59c400f972516bd.js"></script>
<script src="/assets/plugin/org.graylog.plugins.collector.CollectorPlugin/plugin.org.graylog.plugins.collector.CollectorPlugin.13edb0af11e27a17b001.js"></script>
<script src="/assets/app.35e28e4da7743596569a.js"></script>
Had same outcome.
The conf file is too long is there any specific setting you are looking for ?
system
(system)
Closed
August 8, 2017, 6:42am
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.