elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.69k stars 24.39k forks source link

Provide the arm based Elasticsearch installation under installing Elasticsearch from archive page for linux #86884

Open amitmbm opened 2 years ago

amitmbm commented 2 years ago

Elasticsearch Version

8.1.1

Installed Plugins

NA

Java Version

bundled

OS Version

Linux

Problem Description

Elasticsearch has nice install from archive page for every release, which is very helpful to install it on remote linux server without any UI like EC2 instances, but it doesn't have the same wget link and page for arm based Elasticsearch , having a section and dedicated links for that for every release would be very handy.

Steps to Reproduce

NA

Logs (if relevant)

NA

elasticmachine commented 2 years ago

Pinging @elastic/es-delivery (Team:Delivery)

elasticmachine commented 2 years ago

Pinging @elastic/es-docs (Team:Docs)

amitmbm commented 1 year ago

@jtibshirani @pugnascotia any update on the progress of this issue? It would be great if it can be backport till 7.0 version.

mark-vieira commented 1 year ago

@amitmbm We haven't explicitly provided examples for ARM, but you can accomplish the same by simply replacing x86_64 in the download link with aarch64. For example:

wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.0-linux-aarch64.tar.gz
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.0-linux-aarch64.tar.gz.sha512
shasum -a 512 -c elasticsearch-8.4.0-linux-aarch64.tar.gz.sha512 
tar -xzf elasticsearch-8.4.0-linux-aarch64.tar.gz
cd elasticsearch-8.4.0/