我只是好奇如何检查Linux中的ElasticSearch版本?
谢谢阿美
只需发送curl -XGET 'localhost:9200'
curl -XGET 'localhost:9200'
ElasticSearch将在响应中返回其版本以及其他信息。