Jump to content

Featured Replies

you can do it via these commands

cd /usr/local/src
rm -rf elasticsearch*
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-x86_64.rpm
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-x86_64.rpm.sha512
shasum -a 512 -c elasticsearch-7.17.8-x86_64.rpm.sha512
rpm --install elasticsearch-7.17.8-x86_64.rpm

 

  • 3 weeks later...
  • Author

Thank you Sandeep for your reply.

Instead of 7.17.8 can we install the latest version (8.14.3)? Are there any conflicts with cwp?

Create an account or sign in to comment