Posted June 28, 2024Jun 28 Hello Sandeep, I want to ask how is it possible to install Elasticsearch? There is an article in CWP wiki, but I'm afraid that it is quite outdated (https://wiki.centos-webpanel.com/how-to-install-elasticsearch) Your help will be very appreciated. Best regards Vassilis
June 28, 2024Jun 28 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
July 15, 2024Jul 15 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