Update weights for Helm Charts topics (#9169)

pull/8566/head^2
J Stickler 3 years ago committed by GitHub
parent cbc9c60b59
commit a99c73dd97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/sources/installation/helm/concepts.md
  2. 2
      docs/sources/installation/helm/configure-storage/index.md
  3. 12
      docs/sources/installation/helm/install-monolithic/index.md
  4. 10
      docs/sources/installation/helm/install-scalable/index.md
  5. 6
      docs/sources/installation/helm/migrate-from-distributed/index.md
  6. 8
      docs/sources/installation/helm/migrate-to-three-scalable-targets/index.md
  7. 2
      docs/sources/installation/helm/monitor-and-alert/_index.md
  8. 6
      docs/sources/installation/helm/monitor-and-alert/with-grafana-cloud.md
  9. 2
      docs/sources/installation/helm/monitor-and-alert/with-local-monitoring.md
  10. 6
      docs/sources/installation/helm/reference.md
  11. 8
      docs/sources/installation/helm/upgrade-from-2.x/index.md
  12. 6
      production/helm/loki/reference.md.gotmpl

@ -1,6 +1,6 @@
---
title: Helm Chart Components
menuTitle: Helm Chart components
title: Helm chart components
menuTitle: Helm chart components
description: A short introduction to the components installed with the Loki Helm Chart.
aliases:
- /docs/installation/helm/concepts
@ -11,11 +11,11 @@ keywords:
- caching
---
# Helm Chart Components
# Helm chart components
This section describes the components installed by the Helm Chart.
## Loki Read and Write
## Loki read and write
By default Loki will be installed in the scalable mode. This consists of a read and write component. These can be scaled-out independently.

@ -4,7 +4,7 @@ menuTitle: Configure storage
description: Configure Loki storage
aliases:
- /docs/installation/helm/storage
weight: 100
weight: 500
keywords:
- object store
- filesystem

@ -1,14 +1,14 @@
---
title: Install the Single Binary Helm Chart
menuTitle: Install single binary Loki
description: Install Loki in single binary mode.
title: Install the monolithic Helm chart
menuTitle: Install monolithic Loki
description: Install Loki in monolithic, single binary mode.
aliases:
- /docs/installation/helm/monolithic
weight: 100
keywords: []
weight: 300
keywords:
---
# Install the Single Binary Helm Chart
# Install the monolithic Helm chart
This Helm Chart installation runs the Grafana Loki *single binary* within a Kubernetes cluster.

@ -1,14 +1,14 @@
---
title: Install the Helm Chart
menuTitle: Install Loki
title: Install the scalable monolithic Helm chart
menuTitle: Install scalable Loki
description: Install Loki in scalable mode.
aliases:
- /docs/installation/helm/scalable
weight: 100
keywords: []
weight: 400
keywords:
---
# Install the Helm Chart
# Install the scalable monolithic Helm chart
<!-- vale Grafana.Quotes = NO -->
<!-- vale Grafana.Quotes = YES -->

@ -1,17 +1,17 @@
---
title: Migrate from `loki-distributed` Helm Chart
title: Migrate from `loki-distributed` Helm chart
menuTitle: Migrate from `loki-distributed`
description: Migration guide for moving from `loki-distributed` to `loki`
aliases:
- /docs/installation/helm/migrate-from-distributed
weight: 100
weight: 600
keywords:
- migrate
- loki-distributed
- distributed
---
# Migrate from `loki-distributed` Helm Chart
# Migrate from `loki-distributed` Helm chart
This guide will walk you through migrating to the `loki` Helm Chart, v3.0 or higher, from the `loki-distributed` Helm Chart (v0.63.2 at time of writing). The process consists of deploying the new `loki` Helm Chart alongside the existing `loki-distributed` installation. By joining the new cluster to the exsiting cluster's ring, you will create one large cluster. This will allow you to manually bring down the `loki-distributed` components in a safe way to avoid any data loss.

@ -1,10 +1,10 @@
---
title: Migrate To Three Scalable Targets
menuTitle: Migrate to Three Targets
title: Migrate to three scalable targets
menuTitle: Migrate to three targets
description: Migration guide for moving from two scalable to three scalable targets
aliases:
- /docs/installation/helm/migrate-from-distributed
weight: 100
weight: 700
keywords:
- migrate
- ssd
@ -12,7 +12,7 @@ keywords:
- simple
---
# Migrate To Three Scalable Targets
# Migrate to three scalable targets
This guide will walk you through migrating from the old, two target, scalable configuration to the new, three target, scalable configuration. This new configuration introduces a `backend` component, and reduces the `read` component to running just a `Querier` and `QueryFrontend`, allowing it to be run as a kubernetes `Deployment` rather than a `StatefulSet`.

@ -1,7 +1,7 @@
---
title: Monitoring
description: monitoring
weight: 200
weight: 900
aliases:
- /docs/installation/helm/monitor-and-alert
keywords:

@ -1,10 +1,10 @@
---
title: Configure Monitoring and Alerting of Loki Using Grafana Cloud
title: Configure monitoring and alerting of Loki using Grafana Cloud
menuTitle: Monitor Loki with Grafana Cloud
description: setup monitoring and alerts for Loki using Grafana Cloud
aliases:
- /docs/installation/helm/monitoring/with-grafana-cloud
weight: 100
weight: 200
keywords:
- monitoring
- alert
@ -12,7 +12,7 @@ keywords:
- grafana cloud
---
# Configure Monitoring and Alerting of Loki Using Grafana Cloud
# Configure monitoring and alerting of Loki using Grafana Cloud
This topic will walk you through using Grafana Cloud to monitor a Loki installation that is installed with the Helm chart. This approach leverages many of the chart's _self monitoring_ features, but instead of sending logs back to Loki itself, it sends them to a Grafana Cloud Logs instance. This approach also does not require the installation of the Prometheus Operator and instead sends metrics to a Grafana Cloud Metrics instance. Using Grafana Cloud to monitor Loki has the added benefit of being able to troubleshoot problems with Loki when the Helm installed Loki is down, as the logs will still be available in the Grafana Cloud Logs instance.

@ -1,7 +1,7 @@
---
title: Configure monitoring and alerting
menuTitle: Configure monitoring and alerting
description: setup monitoring and alerts for the Helm Chart
description: setup monitoring and alerts for the Helm chart
aliases:
- /docs/installation/helm/monitoring/with-local-monitoring
weight: 100

@ -1,8 +1,8 @@
---
title: Helm Chart Values
menuTitle: Helm Chart Values
title: Helm chart values
menuTitle: Helm chart values
description: Reference for Helm Chart values.
weight: 100
weight: 200
keywords: []
---

@ -1,10 +1,10 @@
---
title: Upgrade the Helm Chart to 3.0
menuTitle: Upgrade the Helm Chart to 3.0
description: Upgrade the Helm Chart from 2.x to 3.0.
title: Upgrade the Helm chart to 3.0
menuTitle: Upgrade the Helm chart to 3.0
description: Upgrade the Helm chart from 2.x to 3.0.
aliases:
- /docs/installation/helm/upgrade
weight: 100
weight: 800
keywords:
- upgrade
---

@ -1,8 +1,8 @@
---
title: Helm Chart Values
menuTitle: Helm Chart Values
title: Helm chart values
menuTitle: Helm chart values
description: Reference for Helm Chart values.
weight: 100
weight: 200
keywords: []
---

Loading…
Cancel
Save