From d2e97efccbaeda355156cf1b11c347a92ef30f47 Mon Sep 17 00:00:00 2001 From: Amit Kanfer Date: Mon, 18 Nov 2024 09:20:22 -0600 Subject: [PATCH] Update size on disk figures for Elastic Agent (#1453) * Update size on disk figures for Elastic Agent * Update install-elastic-agent.asciidoc (cherry picked from commit ee710a7e12889c412f0f077a38bd3adf3f29a87d) --- .../elastic-agent/install-elastic-agent.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 d4b172f44..344d33316 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 | 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.