I am on RHEL 6. I can send messages from my Logstash shipper to Redis to 
Elasticsearch. I installed logstash via RPM on all my servers and I 
installed elasticsearch 1.0.3 via RPM. When I issue the command via curl to 
check my node status, I get two different versions. In Kibana 3, it tells 
me that "Your version of Elasticsearch is too old. Kibana requires 
Elasticsearch 0.90.9 or above." As you can see, I am running a version 
greater than 0.90.9. Kibana also tells me that "Could not reach 
http://[elastic-search-hostname]:9200/_nodes. If you are using a proxy, 
ensure it is configured correctly". I am not using a proxy. 

Any idea what is wrong?

$ curl http://[elastic-search-hostname]:9200/_nodes/process?pretty

{
  "cluster_name" : "logstash",
  "nodes" : {
    "43V635FUQ46pksH9yZ8SuA" : {
      "name" : "logstash-[hostname]-23165-2010",
      "transport_address" : "inet[/[logstash-central-server:9300]",
      "host" : "[hostname]",
      "ip" : "[logstash-central-server]",
      "version" : "1.1.1",
      "build" : "f1585f0",
      "attributes" : {
        "client" : "true",
        "data" : "false"
      },
      "process" : {
        "refresh_interval" : 1000,
        "id" : 23165,
        "max_file_descriptors" : 16384,
        "mlockall" : false
      }
    },
    "tV3Qwo-YRu-m_GUDZq5flQ" : {
      "name" : "[hostname]",
      "transport_address" : "inet[/[elastic-search-host:9300]",
      "host" : "[hostname]",
      "ip" : "[elastic-search-ip]",
      "version" : "1.0.3",
      "build" : "61bfb72",
      "http_address" : "inet[/[elastic-search-host]:9200]",
      "process" : {
        "refresh_interval" : 1000,
        "id" : 3334,
        "max_file_descriptors" : 65535,
        "mlockall" : false
      }
    }
  }
}

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/53fdd8a0-5f61-41c7-8551-441ff6e225ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to