Posted June 28Jun 28 comment_1015 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 28Jun 28 comment_1016 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 15Jul 15 Author comment_1042 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
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now