Hi Jayica, the Graylob web interface is a single page application which runs inside your browser and which needs access to the Graylog REST API. You've configured the Graylog REST API to listen to 127.0.0.1, which is the local loopback interface and naturally only works on the local machine. You'll need to configure the Graylog REST API to listen to a public interface of your EC2 instance in order for the web interface to be able to communicate with the Graylog REST API.
Cheers, Jochen On Friday, 4 March 2016 22:46:23 UTC+1, Jayica wrote: > > After displaying the login page, it than fails with this: > We are experiencing problems connecting to the Graylog server running on > *http://127.0.0.1:12900// > <http://127.0.0.1:12900//>*. Please verify that the server is healthy and > working correctly. > > > Graylog service is up and running though (on AWS instance - Ubuntu 14.04). > 2016-03-04 21:27:01,688 INFO : org.graylog2.bootstrap.ServerBootstrap - > Graylog server up and running. > > > Here's what i currently have set in /etc/graylog/server/server.conf > > is_master = true > node_id_file = /etc/graylog/server/node-id > password_secret = xxxxxx > root_username = admin > root_password_sha2 = xxxxxxx > plugin_dir = plugin > > rest_listen_uri = http://127.0.0.1:12900/ > rest_transport_uri = http://127.0.0.1:12900/ > web_listen_uri = http://0.0.0.0:9000/ > > elasticsearch_config_file = /etc/elasticsearch/elasticsearch.yml > rotation_strategy = count > elasticsearch_max_docs_per_index = 20000000 > elasticsearch_max_number_of_indices = 20 > retention_strategy = delete > elasticsearch_shards = 4 > elasticsearch_replicas = 0 > elasticsearch_index_prefix = graylog > allow_leading_wildcard_searches = false > allow_highlighting = false > elasticsearch_cluster_name = graylog2 > elasticsearch_discovery_zen_ping_multicast_enabled = false > elasticsearch_discovery_zen_ping_unicast_hosts = 127.0.0.1:9300 > elasticsearch_cluster_discovery_timeout = 10000 > elasticsearch_analyzer = standard > > > Per JS console in Chrome: > > http://127.0.0.1:12900/system/cluster/node Failed to load resource: > net::ERR_CONNECTION_REFUSED > > client.js:1026 GET http://127.0.0.1:12900/system/cluster/node > net::ERR_CONNECTION_REFUSEDRequest.end @ client.js:1026(anonymous function) > @ index.js:61tryCatcher @ bluebird.js:4589Promise._resolveFromResolver @ > bluebird.js:2668Promise @ bluebird.js:2258Request.promise @ > index.js:60Request.then @ index.js:95ping @ ServerAvailabilityStore.js:39 > > > appConfig.gl2ServerUrl > > "http://127.0.0.1:12900/" > > > I've opened these ports through the firewall. > > > Specs: > > - Graylog Version: graylog-2.0.0-alpha > - Elasticsearch Version: elasticsearch-2.2.0 > - MongoDB Version: mongodb-org-3.2 > - Operating System: ubuntu-trusty-14.04-amd64 AWS instance (single > node) > > -- 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/c45b6d1b-a9f5-49f7-94aa-af49741e7e49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
