[graylog2] Re: problem connecting to the web server.

2016-09-20 Thread owen . cheng
Thanks Jochen, it is working now. On Tuesday, September 20, 2016 at 4:29:40 PM UTC+8, Jochen Schalanda wrote: > > Hi, > > 192.168.0.1 is obviously an IP address from a private IP range. You need > to configure the public URI or IP address of your Graylog REST API (the > Elastic IP one) using t

[graylog2] Re: problem connecting to the web server.

2016-09-20 Thread Jochen Schalanda
Hi, 192.168.0.1 is obviously an IP address from a private IP range. You need to configure the public URI or IP address of your Graylog REST API (the Elastic IP one) using the web_endpoint_uri setting. Cheer

[graylog2] Re: problem connecting to the web server.

2016-09-20 Thread owen . cheng
sorry for typo . here you you the settings *rest_listen_uri* = http://192.168.0.1:9000/api/ #*rest_transport_uri* = http://192.168.0.1:9000 *web_listen_uri* = http://192.168.0.1:9000 # *web_endpoint_uri* = http://192.168.0.1:9000/api/ On Tuesday, September 20, 2016 at 11:56:12 AM UTC+8, ow

[graylog2] Re: problem connecting to the web server.

2016-09-19 Thread owen . cheng
Hi Jochen here you go 192.168.0.1 is the internal IP, and has a elastic IP binded for internet access. *rest_listen_uri* = http://192.168.0.1:9000/api/ #*rest_transport_uri* = http://192.168.0.1::9000 *web_listen_uri* = http://192.168.0.1::9000 # *web_endpoint_uri* = http://192.168.0.1::9000/a

[graylog2] Re: problem connecting to the web server.

2016-09-19 Thread Jochen Schalanda
Hi, please post your rest_listen_uri, rest_transport_uri, web_listen_uri, and web_endpoint_uri settings. Cheers, Jochen On Monday, 19 September 2016 09:10:47 UTC+2, owen@cpworks.net wrote: > > Current Behavior > > After setting up new Garylog server following instructions in following > UR