Hi,

I downloaded elasticsearch-1.0.1.noarch.rpm, 
logstash-1.4.0-1_c82dc09.noarch.rpm and kibana-3.0.0.tar.gz from 
http://www.elasticsearch.org/overview/elkdownloads/ and installed them on 
RHEL 6 with Apache and self signed http cert. 

I replaced default Kibana dashboard with logstash dashboard that comes with 
Kibana (cp logstash.json default.json in kibana/app/dashboards)

When I connect from another machine's browser to 
https://10.142.4.104/kibana I get following error message:

Could not reach http://10.142.4.104:9200/_nodes. If you are using a proxy, 
ensure it is configured correctly

However from that same machine curl http://10.142.4.104:9200/_nodes works 
without any problems, and one with pretty output also:

 curl 10.142.4.104:9200/_nodes/process?pretty
{
  "cluster_name" : "aerlingus",
  "nodes" : {
    "avemXrb9SB6lxgxgL54ecA" : {
      "name" : "central-log-server",
      "transport_address" : "inet[/10.142.4.104:9300]",
      "host" : "central-log-server",
      "ip" : "10.142.4.104",
      "version" : "1.0.1",
      "build" : "5c03844",
      "http_address" : "inet[/10.142.4.104:9200]",
      "attributes" : {
        "master" : "true"
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 28121,
        "max_file_descriptors" : 65535,
        "mlockall" : false
      }
    }
  }
}

Any idea what might be the problem ?

Thanks,
Dusan

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" 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/elasticsearch/3812e7cf-2ee7-4224-8a7d-d87d4c92e6f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to