이 페이지의 콘텐츠는 선택하신 언어로 제공되지 않습니다. Elastic은 다양한 언어로 콘텐츠를 제공하기 위해 최선을 다하고 있습니다.조금만 더 기다려주세요!
How to

Running Elasticsearch on ARM

One of Elastic’s guiding principles is to be where our users are. We publish our products for several platforms in a variety of formats, so that you can get up-and-running as quickly as possible.

With the increasing popularity of ARM-based architectures, we wanted to make sure that our users could run Elasticsearch on ARM as well as x86-64. Starting from version 7.8.0, you can download Linux artifacts for 64-bit ARM architectures (AArch64). The Docker image is now multi-architecture, meaning that you can pull and run Elasticsearch on ARM exactly as you would on an x86-64 system, either from Docker Hub or from Elastic’s Docker registry:

docker pull docker.elastic.co/elasticsearch/elasticsearch:7.8.0

While these ARM artifacts are not yet supported for production, we’re excited to make our ARM artifacts available to early adopters. We’d love for you to try running Elasticsearch on ARM and give us feedback. We’re working on publishing ARM artifacts for our other product offerings as well, and your input can help us get there faster.