Hi
I'm trying to install & run elasticsearch 7 on almalinux 9, but i got an error
Code:
Read more
Читать далее...
I'm trying to install & run elasticsearch 7 on almalinux 9, but i got an error
Code:
Код:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.23-x86_64.rpm
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.23-x86_64.rpm.sha512
shasum -a 512 -c elasticsearch-7.17.23-x86_64.rpm.sha512
sudo rpm --install elasticsearch-7.17.23-x86_64.rpm
sudo systemctl daemon-reload
sudo systemctl enable elasticsearch.service
sudo systemctl start...
Read more
Читать далее...