Elasticsearch 5.5.1 version not reflecting after installation on debian based system

wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.1.deb
sha1sum elasticsearch-5.5.1.deb
sudo dpkg -i elasticsearch-5.5.1.deb

n# curl -XGET 'http://localhost:9200'
{
"name" : "advance365",
"cluster_name" : "ChefInfraServer-3d152032",
"cluster_uuid" : "7ij3IHo2Ts-ANF_UIsGZsg",
"version" : {
"number" : "6.8.12",
"build_flavor" : "oss",
"build_type" : "tar",
"build_hash" : "7a15d2a",
"build_date" : "2020-08-12T07:27:20.804867Z",
"build_snapshot" : false,
"lucene_version" : "7.7.3",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}

Elasticsearch 5.5.1 is EOL and no longer supported. Please upgrade ASAP.

(This is an automated response from your friendly Elastic bot. Please report this post if you have any suggestions or concerns :elasticheart: )

our requirement is version 5.5.1

Welcome to our community! :smiley:

It's not clear what your problem is sorry. Take a look at Dec 10th, 2022: [EN] Asking top notch technical questions to get you help quicker! and please update your post.

Also be aware that 5.X is super old, you.may not find anyone with knowledge that can assist you with a resolution.

Running only this commands will not start elasticsearch, it will just install it.

From the response you shared you have another elasticsearch running in the same machine that was installed using the .tar.gz file.

As you can see by this:

"build_flavor" : "oss",
"build_type" : "tar"

This means that the elasticsearch that answered your request is the oss distribution that was installed using the .tar.gz package.

HI Leandrojmp,

Thanks for your reply.

Yes you are right earlier the installation is done with the help of tar file but now it is done by directly downloading the package, and completely uninstall the old Elasticsearch. Is there any method with which this response can be fetched from the new installation.

Thanks,

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.