From 8d2646a207d6e45d0fd2145511d01000e2b3d0ad Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:33:23 +0100 Subject: [PATCH] chore: [release-2.9.x] docs: hide the sizing calculator until updated (#12622) Co-authored-by: J Stickler --- docs/sources/setup/_index.md | 1 - docs/sources/setup/install/_index.md | 4 ---- docs/sources/setup/size/_index.md | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/sources/setup/_index.md b/docs/sources/setup/_index.md index e1e1caef768f..2464feb75f35 100644 --- a/docs/sources/setup/_index.md +++ b/docs/sources/setup/_index.md @@ -7,7 +7,6 @@ weight: 300 # Setup Loki -- Estimate the initial [size]({{< relref "./size" >}}) for your Loki cluster. - [Install]({{< relref "./install" >}}) Loki. - [Migrate]({{< relref "./migrate" >}}) from one Loki implementation to another. - [Upgrade]({{< relref "./upgrade" >}}) from one Loki version to a newer version. diff --git a/docs/sources/setup/install/_index.md b/docs/sources/setup/install/_index.md index f2c922381851..b6c0abb4ddbb 100644 --- a/docs/sources/setup/install/_index.md +++ b/docs/sources/setup/install/_index.md @@ -17,10 +17,6 @@ There are several methods of installing Loki and Promtail: - [Install and run locally]({{< relref "./local" >}}) - [Install from source]({{< relref "./install-from-source" >}}) -The [Sizing Tool]({{< relref "../size" >}}) can be used to determine the proper cluster sizing -given an expected ingestion rate and query performance. It targets the Helm -installation on Kubernetes. - ## General process In order to run Loki, you must: diff --git a/docs/sources/setup/size/_index.md b/docs/sources/setup/size/_index.md index 7198db4e2eb4..f4047a2fbe4d 100644 --- a/docs/sources/setup/size/_index.md +++ b/docs/sources/setup/size/_index.md @@ -6,7 +6,7 @@ aliases: - ../installation/sizing/ - ../installation/helm/generate weight: 100 -keywords: [] +draft: true ---