Hello Hui,

the cluster.name setting in your Elasticsearch configuration looks strange. 
Make sure that elasticsearch_cluster_name (in Graylog's configuration file) 
and cluster.name (in Elasticsearch's configuration file) are identical.

You also configured Graylog to bind the web interface and the Graylog REST 
API to 127.0.0.1 (localhost) which is only accessible from the very same 
machine but not from the outside.

Cheers,
Jochen

On Thursday, 29 December 2016 09:45:02 UTC+1, hui liu wrote:
>
> I installed the Graylog in my CentOS according to the guide: 
> http://docs.graylog.org/en/2.1/pages/installation/os/centos.html, all 
> seem work fine(also no error in the Graylog server logs) except the Web 
> interface, it would be great appreciate if you can give some advice, thanks 
> a lot in advance!!
>
> the following is my config, when I try to open the web using "
> 183.128.166.22:9000"( 183.128.166.22 is my centos public ip)in my Mac 
> book, no excepted page show up.
>
> /etc/graylog/server/server.conf
>
>
> web_enable = true
>
> web_listen_uri = http://127.0.0.1:9000/
>
> elasticsearch_discovery_zen_ping_unicast_hosts = 127.0.0.1:9300
>
> elasticsearch_network_host = 127.0.0.1
>
> rest_listen_uri = http://127.0.0.1:12900/api/
>
> rest_transport_uri = http://127.0.0.1:12900/api/
>
>
> /etc/elasticsearch/elasticsearch.yml
>
>
> cluster.name: grayling
>
>
>
> Regards,
>
> -Hui
>

-- 
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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/c50c2371-fd9c-4716-b8fe-692edd0f76cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to