From 4092239f2703169517a5cece8a531a060564fa30 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Tue, 29 Apr 2025 16:46:52 -0400 Subject: [PATCH 1/2] [Fleet] Update agent install steps for macOS aarch64 --- reference/fleet/install-standalone-elastic-agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/fleet/install-standalone-elastic-agent.md b/reference/fleet/install-standalone-elastic-agent.md index 51640ab708..de6f425a4f 100644 --- a/reference/fleet/install-standalone-elastic-agent.md +++ b/reference/fleet/install-standalone-elastic-agent.md @@ -29,8 +29,8 @@ To install and run {{agent}} standalone: ::::::{tab-item} macOS ```shell subs=true - curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz - tar xzvf elastic-agent-{{stack-version}}-darwin-x86_64.tar.gz + curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-darwin-aarch64.tar.gz + tar xzvf elastic-agent-{{stack-version}}-darwin-aarch64.tar.gz ``` :::::: From 011993daccbdf3558414080b8e99a5cdb2480d9c Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:57:07 -0400 Subject: [PATCH 2/2] Update install-standalone-elastic-agent.md --- reference/fleet/install-standalone-elastic-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/install-standalone-elastic-agent.md b/reference/fleet/install-standalone-elastic-agent.md index de6f425a4f..bc4dda8633 100644 --- a/reference/fleet/install-standalone-elastic-agent.md +++ b/reference/fleet/install-standalone-elastic-agent.md @@ -116,7 +116,7 @@ To install and run {{agent}} standalone: ::::::: - The commands shown are for Intel platforms, but ARM packages are also available. Refer to the {{agent}} [downloads page](https://www.elastic.co/downloads/elastic-agent) for the full list of available packages. + The commands shown are for either the Intel or ARM platform, but packages for both are available. Refer to the {{agent}} [downloads page](https://www.elastic.co/downloads/elastic-agent) for the full list of available packages.