From fc5921df848d9d78097e1684ecc67c6085b0b4eb Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Thu, 20 Nov 2025 10:15:09 +0100 Subject: [PATCH 1/2] Add GCP to serverless table in deployment comparison closes https://github.com/elastic/docs-content/issues/3996 --- deploy-manage/deploy/deployment-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/deployment-comparison.md b/deploy-manage/deploy/deployment-comparison.md index 2beb1adffc..fece9689a7 100644 --- a/deploy-manage/deploy/deployment-comparison.md +++ b/deploy-manage/deploy/deployment-comparison.md @@ -18,7 +18,7 @@ For more details about feature availability in Serverless, check [](elastic-clou | Feature/capability | Self-managed | {{ech}} | Serverless | |-------------------|-------------|--------------------------------|-------------------------| -| Hosting | Any infrastructure | {{ecloud}} through AWS, Azure, or GCP | {{ecloud}} through AWS or Azure | +| Hosting | Any infrastructure | {{ecloud}} through AWS, Azure, or GCP | {{ecloud}} through AWS, Azure or GCP | | Hardware configuration | Full control | Limited control | Managed by Elastic | | Autoscaling | No | Available | Automatic | | Data tiers management | Through ILM policies | Available | No data tiers | From c5fe2ea85aa80c94b9f843a1467c9ce094f648e8 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Thu, 20 Nov 2025 17:41:31 +0100 Subject: [PATCH 2/2] add comma Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --- deploy-manage/deploy/deployment-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/deployment-comparison.md b/deploy-manage/deploy/deployment-comparison.md index fece9689a7..27660214ea 100644 --- a/deploy-manage/deploy/deployment-comparison.md +++ b/deploy-manage/deploy/deployment-comparison.md @@ -18,7 +18,7 @@ For more details about feature availability in Serverless, check [](elastic-clou | Feature/capability | Self-managed | {{ech}} | Serverless | |-------------------|-------------|--------------------------------|-------------------------| -| Hosting | Any infrastructure | {{ecloud}} through AWS, Azure, or GCP | {{ecloud}} through AWS, Azure or GCP | +| Hosting | Any infrastructure | {{ecloud}} through AWS, Azure, or GCP | {{ecloud}} through AWS, Azure, or GCP | | Hardware configuration | Full control | Limited control | Managed by Elastic | | Autoscaling | No | Available | Automatic | | Data tiers management | Through ILM policies | Available | No data tiers |