nosinovacao / name-sdk

A dependencies management library designed to expose and access dependencies information.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Support for getting Elasticsearch info #19

Closed calexandre closed 6 years ago

calexandre commented 6 years ago

Currently, NAME does not support elasticsearch integration.

In order to obtain elasticsearch information, one should perform the following query:

# curl http://elasticsearch:9200
{
  "name" : "a5045f503f93",
  "cluster_name" : "use",
  "cluster_uuid" : "Czl7TeOvTEe0-8sXhiKUNw",
  "version" : {
    "number" : "5.5.1",
    "build_hash" : "19c13d0",
    "build_date" : "2017-07-18T20:44:24.823Z",
    "build_snapshot" : false,
    "lucene_version" : "6.6.0"
  },
  "tagline" : "You Know, for Search"
}
Symbianx commented 6 years ago

@Mozcatel will take care of this.

Symbianx commented 6 years ago

Merged into dev, fixed by #21. Thanks @Mozcatel.