How to check ElasticSearch version in Linux [closed]

Solution 1:

Just send curl -XGET 'localhost:9200'

And ElasticSearch will return its version in the respond, along with other info.