1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| curl http://localhost:9200/ { "name" : "node-master", "cluster_name" : "elasticsearch", "cluster_uuid" : "_na_", "version" : { "number" : "7.4.0", "build_flavor" : "default", "build_type" : "tar", "build_hash" : "22e1767283e61a198cb4db791ea66e3f11ab9910", "build_date" : "2019-09-27T08:36:48.569419Z", "build_snapshot" : false, "lucene_version" : "8.2.0", "minimum_wire_compatibility_version" : "6.8.0", "minimum_index_compatibility_version" : "6.0.0-beta1" }, "tagline" : "You Know, for Search" }
|