From 811020b83b43c92dd2974b18e154a18d0efcd6b1 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:06:43 -0400 Subject: [PATCH] Doc: Forwardport aarch64 support note (#13132) to 7.x release notes (#13137) --- docs/static/releasenotes.asciidoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index fcca46239..4210f2868 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -76,6 +76,12 @@ See <> and <> are now available in /node/stats API. +[[arm64-7-14-0]] +===== aarch64 (ARM64) support + +Aarch64 (ARM64) support for 64-bit ARM architectures is now generally available (GA) with the same set of distributions as x86_64. +Check out the https://www.elastic.co/downloads/logstash[{ls} download page] to download the latest. + [[ecs-7-14-0]] ===== Progress toward Elastic Common Schema (ECS) In this release, we've made more Logstash plugins compatible with the Elastic Common Schema (ECS): @@ -585,7 +591,7 @@ settings don't apply to JVM 14 and above. This feature is available for any setting in the `jvm.options` file, and aligns more closely with the {es} implementation of jvm settings. -===== ARM64 support for Linux (beta) +===== Aarch64 (ARM64) support for Linux (beta) Support for 64-bit ARM architectures on Linux is now in beta, with downloadable artifacts and docker images available. @@ -1304,7 +1310,7 @@ Check out <> for more information about using API keys with {ls} and {es}. Implementation details are in https://github.com/elastic/logstash/pull/11953[#11953]. -===== ARM64 support (experimental) +===== Aarch64 (ARM64) support (experimental) {ls} runs on arm machines! We have tested {ls} against arm64, and we are looking to make docker and other images available soon.