beju
(beju )
March 29, 2023, 1:13pm
1
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"
}
system
(system)
March 29, 2023, 1:13pm
2
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 )
beju
(beju )
March 29, 2023, 1:14pm
3
our requirement is version 5.5.1
warkolm
(Mark Walkom)
March 29, 2023, 8:43pm
4
Welcome to our community!
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.
leandrojmp
(Leandro Pereira)
March 29, 2023, 9:43pm
5
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.
beju:
{
"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"
}
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.
beju
(beju )
March 31, 2023, 4:36am
6
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,
system
(system)
Closed
April 28, 2023, 4:36am
7
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.