Hi, I'm a first time user of Graylog and I've just installed it on a Ubuntu server.
Graylog starts up OK, but http://127.0.0.1:9000/ presents a blank page. There are no errors in the graylog-server.log before, during or after the attempt: 2017-02-05T09:50:34.002+11:00 INFO [ServerBootstrap] Graylog server 2.1.3+040d371 starting up 2017-02-05T09:50:34.002+11:00 INFO [ServerBootstrap] JRE: Oracle Corporation 1.8.0_121 on Linux 4.4.0-59-generic 2017-02-05T09:50:34.002+11:00 INFO [ServerBootstrap] Deployment: deb 2017-02-05T09:50:34.003+11:00 INFO [ServerBootstrap] OS: Ubuntu 16.04.1 LTS (xenial) 2017-02-05T09:50:34.003+11:00 INFO [ServerBootstrap] Arch: amd64 : 2017-02-05T09:50:43.268+11:00 INFO [NetworkListener] Started listener bound to [127.0.0.1:9000] 2017-02-05T09:50:43.270+11:00 INFO [HttpServer] [HttpServer] Started. 2017-02-05T09:50:43.271+11:00 INFO [JerseyService] Started REST API at <http://127.0.0.1:9000/api/> 2017-02-05T09:50:43.273+11:00 INFO [ServerBootstrap] Services started, startup times in ms: {BufferSynchronizerService [RUNNING]=32, KafkaJournal [RUNNING]=35, OutputSetupService [RUNNING]=49, JournalReader [RUNNING]=85, InputSetupService [RUNNING]=105, PeriodicalsService [RUNNING]=155, IndexerSetupService [RUNNING]=3484, JerseyService [RUNNING]=9235} 2017-02-05T09:50:43.273+11:00 INFO [ServiceManagerListener] Services are healthy 2017-02-05T09:50:43.275+11:00 INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE] 2017-02-05T09:50:43.283+11:00 INFO [ServerBootstrap] Graylog server up and running. Netstat shows listener is running: $ sudo netstat -ltnp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:8200 0.0.0.0:* LISTEN 2955/minidlnad tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 31734/mongod tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 3068/smbd tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN 2821/python tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 3359/dnsmasq tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 2496/dnsmasq tcp 0 0 0.0.0.0:31416 0.0.0.0:* LISTEN 2356/boinc tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 2196/postgres tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 3068/smbd tcp 0 0 127.0.0.1:2947 0.0.0.0:* LISTEN 1/systemd tcp6 0 0 127.0.0.1:9350 :::* LISTEN 4931/java tcp6 0 0 ::1:9350 :::* LISTEN 4931/java tcp6 0 0 127.0.0.1:9000 :::* LISTEN 4931/java tcp6 0 0 :::139 :::* LISTEN 3068/smbd tcp6 0 0 127.0.0.1:9200 :::* LISTEN 4693/java tcp6 0 0 ::1:9200 :::* LISTEN 4693/java tcp6 0 0 :::80 :::* LISTEN 2720/apache2 tcp6 0 0 127.0.0.1:9300 :::* LISTEN 4693/java tcp6 0 0 ::1:9300 :::* LISTEN 4693/java tcp6 0 0 :::21 :::* LISTEN 2344/vsftpd tcp6 0 0 :::445 :::* LISTEN 3068/smbd tcp6 0 0 ::1:2947 :::* LISTEN 1/systemd where pid 4931 is Graylog and pid 4693 is Elasticsearch. Interestingly, the "blank" page has a title: "Graylog Web Interface", but the contents look trivial: <!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.7efde769d3fee97e95fa.js"></script> <script src="/assets/plugin/org.graylog.plugins.pipelineprocessor.ProcessorPlugin/plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.d077014459ed7d071ed9.js"></script> <script src="/assets/plugin/org.graylog.plugins.map.MapWidgetPlugin/plugin.org.graylog.plugins.map.MapWidgetPlugin.85681939c6fd99c11ffe.js"></script> <script src="/assets/plugin/org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin/plugin.org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin.28a8c4417dc02a8aa2d6.js"></script> <script src="/assets/plugin/org.graylog.plugins.collector.CollectorPlugin/plugin.org.graylog.plugins.collector.CollectorPlugin.23eac08b0ad408123c91.js"></script> <script src="/assets/app.7efde769d3fee97e95fa.js"></script> </body></html> Any help is greatly appreciated. Regards, Andrew -- 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/ee57e90c-6f42-4562-91ab-43ae30a3a207%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
