From 29f5b36bc409f01aab0ea45b23a2a14df741efb1 Mon Sep 17 00:00:00 2001 From: Amit Kanfer Date: Fri, 8 Nov 2024 09:15:38 -0600 Subject: [PATCH 1/2] Update size on disk figures for Elastic Agent --- .../elastic-agent/install-elastic-agent.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc b/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc index b32d79b43..d39fcf30e 100644 --- a/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc +++ b/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc @@ -100,11 +100,11 @@ The disk requirements for {agent} vary by operating system and {stack} version. [options,header] |=== -|Operating system |8.13 |8.14 +|Operating system |8.13 | 8.14 | 8.15 -| **Linux** | 1800 MB | 1018 MB -| **macOS** | 1100 MB | 619 MB -| **Windows** | 891 MB | 504 MB +| **Linux** | 1800 MB | 1018 MB | 1060MB +| **macOS** | 1100 MB | 619 MB | 680MB +| **Windows** | 891 MB | 504 MB | 500MB |=== -During upgrades, double the disk space is required to store the new {agent} binary. After the upgrade completes, the original {agent} is removed from disk to free up the space. \ No newline at end of file +During upgrades, double the disk space is required to store the new {agent} binary. After the upgrade completes, the original {agent} is removed from disk to free up the space. From c21e8d9c85534ae307b759e11245b39602796c8e Mon Sep 17 00:00:00 2001 From: Amit Kanfer Date: Fri, 8 Nov 2024 09:41:37 -0600 Subject: [PATCH 2/2] Update install-elastic-agent.asciidoc --- .../elastic-agent/install-elastic-agent.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc b/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc index d39fcf30e..7b32194d4 100644 --- a/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc +++ b/docs/en/ingest-management/elastic-agent/install-elastic-agent.asciidoc @@ -102,9 +102,9 @@ The disk requirements for {agent} vary by operating system and {stack} version. |=== |Operating system |8.13 | 8.14 | 8.15 -| **Linux** | 1800 MB | 1018 MB | 1060MB -| **macOS** | 1100 MB | 619 MB | 680MB -| **Windows** | 891 MB | 504 MB | 500MB +| **Linux** | 1800 MB | 1018 MB | 1060 MB +| **macOS** | 1100 MB | 619 MB | 680 MB +| **Windows** | 891 MB | 504 MB | 500 MB |=== During upgrades, double the disk space is required to store the new {agent} binary. After the upgrade completes, the original {agent} is removed from disk to free up the space.