Hello,

I setup a graylog instance in a single machine, i am using Graylog 2.1.1 
and ElasticSearch 2.4

The machine IP Address is 10.2.117.116, however i cannot access it directly 
(it is my client's and i cannot have root access), so i have to go to a 
proxy machine first (10.2.230.250) and port forwarding it, therefore i 
always use localhost in my browser to acess the web console

*server.conf*
rest_transport_uri = http://10.2.117.116:9000/
web_listen_uri = http://10.2.117.116:9000
web_endpoint_uri = http://10.2.117.116:9000
rest_listen_uri = http://10.2.117.116:9000/api/
elasticsearch_discovery_zen_ping_unicast_hosts = 10.2.117.116:9300


*elasticsearch.yml*
network.host: 10.2.117.116
http.port: 9201


The thing is, i have been able to receive response from GET request (the 
machine doesn't support curl)

> bash-3.2$ GET 10.2.117.116:9000
>
> <!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.91649d62a94c712ae63d.js"></script>
>
>     
>
>     <script 
>> src="/assets/plugin/org.graylog.plugins.pipelineprocessor.ProcessorPlugin/plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605a30a0f21974ba.js"></script>
>
>     
>
>     <script 
>> src="/assets/plugin/org.graylog.plugins.map.MapWidgetPlugin/plugin.org.graylog.plugins.map.MapWidgetPlugin.7bf4cb9247ec32aa855e.js"></script>
>
>     
>
>     <script 
>> src="/assets/plugin/org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin/plugin.org.graylog.plugins.enterprise_integration.EnterpriseIntegrationPlugin.29f87bd4971d7f01c535.js"></script>
>
>     
>
>     <script 
>> src="/assets/plugin/org.graylog.plugins.collector.CollectorPlugin/plugin.org.graylog.plugins.collector.CollectorPlugin.bd2ae365ad1b86102f68.js"></script>
>
>     
>
>     <script src="/assets/app.91649d62a94c712ae63d.js"></script>
>
>     
>
>   </body>
>
> </html>
>
>
When i access web console, i always get 

> Error messageBad requestOriginal RequestGET 
> http://10.2.117.116:9000/system/sessionsStatus codeundefinedFull error 
> messageError: Request has been terminated Possible causes: the network is 
> offline, Origin is not allowed by Access-Control-Allow-Origin, the page is 
> being unloaded, etc.



In chrome console, i see 

> net::ERR_CONNECTION_TIMED_OUTd.end @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:229(anonymous
>>  
>> function) @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:92i
>>  
>> @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:55i._resolveFromResolver
>>  
>> @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:54i
>>  
>> @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:53r.promise
>>  
>> @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:92r.then
>>  
>> @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:92ping
>>  
>> @ 
>> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:125
>
> plugin.org.graylog.plugins.pipelineprocessor.PipelineProcessorPlugin.0dd5605….js:229
>  
>> OPTIONS http://10.2.117.116:9000/system/cluster/node 
>> net::ERR_CONNECTION_TIMED_OUT
>
>
 Anyone have any suggestions where i did wrong? Thank you
 

-- 
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/1e764165-78ad-49b2-9cfe-709e0559ef0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to