hy guys, i have trouble to configure my graylog web interface working with graylog server. Here is my configuration :
Packages: yum list installed | grep gray* graylog-2.1-repository.noarch 1-3 installed graylog-server.noarch 2.1.2-1 @graylog python-urlgrabber.noarch 3.10-7.el7 installed my server.conf : rest_listen_uri = http://10.102.0.16:9000/api/ web_listen_uri = http://10.102.0.16:9000/ web_endpoint_uri = http://10.102.0.16:9000/ Curl command return : [root@node320-graylog1 ~]# curl http://10.102.0.16:9000 <!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex, nofollow"> <meta charset="UTF-8"> <title>Graylog Web Interface</title> <link rel="shortcut icon" href="/assets/favicon.png"> </head> <body> <script src="/config.js"></script> <script src="/assets/vendor.js"></script> <script src="/assets/polyfill.7c2b0dd11d39e6e4468c.js"></script> <script src="/assets/plugin/org.graylog.plugins.pipelineprocessor.ProcessorPlugin/plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.8cb610e9be38ce39b2d9.js"></script> <script src="/assets/plugin/org.graylog.plugins.map.MapWidgetPlugin/plugin.org.graylog.plugins.map.MapWidgetPlugin.3889c9d8f130e7e01bc7.js"></script> <script src="/assets/plugin/org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin/plugin.org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin.2a15f3e3b09335a4acc6.js"></script> <script src="/assets/plugin/org.graylog.plugins.collector.CollectorPlugin/plugin.org.graylog.plugins.collector.CollectorPlugin.9bcb9081b7c0c3c86c7d.js"></script> <script src="/assets/app.7c2b0dd11d39e6e4468c.js"></script> </body> </html> -------------------------------------------------------------------- [root@node320-graylog1 ~]# curl http://10.102.0.16:9000/api/ {"cluster_id":"e61b98e5-7a9d-45ca-a24b-e2ba8cf5da1c","node_id":"a84a28b9-b946-427e-be7c-85567dd6eef9","version":"2.1.2+50e449a","tagline":"Manage your logs in the dark and have lasers going and make it look like you're from space!"}[root@node320-graylog1 ~]# -------------------------------------------------------------------------- curl http://10.102.0.16:9000/api/system/sessions {"session_id":null,"username":null,"is_valid":false}[root@node320-graylog1 ~]# --------------------------------------------------------------------------------- When i connect to my Web UI, i have a timeout : Server currently unavailable We are experiencing problems connecting to the Graylog server running on *http://10.102.0.16:9000/*. Please verify that the server is healthy and working correctly. You will be automatically redirected to the previous page once we can connect to the server. Do you need a hand? We can help you <https://www.graylog.org/community-support>. Less details <http://node320-graylog1.hidora.com:11011/#> ------------------------------ This is the last response we received from the server: Error messageBad requestOriginal RequestGET http://10.102.0.16:9000/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. Thanks for your helps guys :) -- 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/bffae5ef-f3fa-4dc0-a7d8-e9b7f73adadc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
