Hi Raju, I can't see anything obviously wrong with the configuration files you've posted. Just make sure that the graylog-server process is running and that the web interface can access its Graylog REST API. Also make sure to check the logs of graylog-server and graylog-web-interface for error messages.
On another note, Graylog2 0.20.2 is very, very ancient and not supported anymore. I would recommend upgrading to the latest stable version of Graylog (which is Graylog 2.0.1 at the time of writing). Cheers, Jochen On Friday, 13 May 2016 11:04:16 UTC+2, Raju wrote: > > Hi Jochen, > > Following are the configuration files > > */opt/graylog2-web-interface-0.20.2/conf* > > > graylog2-server.uris="http://127.0.0.1:12900/" > > application.secret= > "KSN79MSuNHAguLyCYIwqOnpYsCJ2UhbpW0bbOXPufv4hxxwtw0nr1YX6h24vRaYMUFega15cVF3w4eA8zcQocQzM4PVYH1Ch" > > field_list_limit=100 > > application.global=lib.Global > > > */etc/graylog/server/server.conf* > > > is_master = true > > > node_id_file = /etc/graylog/server/node-id > > > password_secret = > KSN79MSuNHAguLyCYIwqOnpYsCJ2UhbpW0bbOXPufv4hxxwtw0nr1YX6h24vRaYMUFega15cVF3w4eA8zcQocQzM4PVYH1Ch > > > root_password_sha2 = > 489f3692b9eef815408f32d6f1856383a7f2003cd693e886b14a307110adb095 > > > plugin_dir = /usr/share/graylog-server/plugin > > > rest_listen_uri = http://127.0.0.1:12900/ > > > rotation_strategy = count > > > elasticsearch_max_docs_per_index = 20000000 > > > elasticsearch_max_number_of_indices = 20 > > > retention_strategy = delete > > > elasticsearch_shards = 1 > > elasticsearch_replicas = 0 > > > elasticsearch_index_prefix = graylog2 > > > allow_leading_wildcard_searches = false > > > allow_highlighting = false > > > elasticsearch_cluster_name = graylog2 > > > elasticsearch_discovery_zen_ping_unicast_hosts = 127.0.0.1:9300 > > > elasticsearch_discovery_zen_ping_multicast_enabled = false > > > elasticsearch_analyzer = standard > > > > is there anything wrong in the above config files? > > I have configured mongo,elasticsearch and graylog on single ec2 instance > > > Regards, > > Raju > > > > > > On Friday, May 13, 2016 at 2:05:58 PM UTC+5:30, Jochen Schalanda wrote: >> >> Hi Raju, >> >> make sure that the graylog-server process is running and listening on >> http://127.0.0.1:12900/ on the machine hosting the Graylog web interface. >> >> Cheers, >> Jochen >> >> On Friday, 13 May 2016 09:50:00 UTC+2, Raju wrote: >>> >>> While running the graylog2-web-interface i am getting the following error >>> >>> [error] lib.ApiClient - API call failed to execute. >>> >>> java.util.concurrent.ExecutionException: java.net.ConnectException: >>> Connection refused: /127.0.0.1:12900 to >>> http://127.0.0.1:12900/system/cluster/node >>> >>> Caused by: java.net.ConnectException: Connection refused: / >>> 127.0.0.1:12900 to http://127.0.0.1:12900/system/cluster/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/098655e5-8f97-45b0-9145-60ca9987f453%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
