diff --git a/docs/sources/installation/helm/concepts.md b/docs/sources/installation/helm/concepts.md index b014e83ecf..06436aad9e 100644 --- a/docs/sources/installation/helm/concepts.md +++ b/docs/sources/installation/helm/concepts.md @@ -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. diff --git a/docs/sources/installation/helm/configure-storage/index.md b/docs/sources/installation/helm/configure-storage/index.md index 5f75e27ce1..13b230bbbb 100644 --- a/docs/sources/installation/helm/configure-storage/index.md +++ b/docs/sources/installation/helm/configure-storage/index.md @@ -4,7 +4,7 @@ menuTitle: Configure storage description: Configure Loki storage aliases: - /docs/installation/helm/storage -weight: 100 +weight: 500 keywords: - object store - filesystem diff --git a/docs/sources/installation/helm/install-monolithic/index.md b/docs/sources/installation/helm/install-monolithic/index.md index 235706b410..1195d22c48 100644 --- a/docs/sources/installation/helm/install-monolithic/index.md +++ b/docs/sources/installation/helm/install-monolithic/index.md @@ -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. diff --git a/docs/sources/installation/helm/install-scalable/index.md b/docs/sources/installation/helm/install-scalable/index.md index 9ba75f9879..4d5e1fc265 100644 --- a/docs/sources/installation/helm/install-scalable/index.md +++ b/docs/sources/installation/helm/install-scalable/index.md @@ -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 diff --git a/docs/sources/installation/helm/migrate-from-distributed/index.md b/docs/sources/installation/helm/migrate-from-distributed/index.md index 635aac0f53..54dc37eddf 100644 --- a/docs/sources/installation/helm/migrate-from-distributed/index.md +++ b/docs/sources/installation/helm/migrate-from-distributed/index.md @@ -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. diff --git a/docs/sources/installation/helm/migrate-to-three-scalable-targets/index.md b/docs/sources/installation/helm/migrate-to-three-scalable-targets/index.md index 215c693690..70ce390009 100644 --- a/docs/sources/installation/helm/migrate-to-three-scalable-targets/index.md +++ b/docs/sources/installation/helm/migrate-to-three-scalable-targets/index.md @@ -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`. diff --git a/docs/sources/installation/helm/monitor-and-alert/_index.md b/docs/sources/installation/helm/monitor-and-alert/_index.md index c5058aaab7..f1afe89a59 100644 --- a/docs/sources/installation/helm/monitor-and-alert/_index.md +++ b/docs/sources/installation/helm/monitor-and-alert/_index.md @@ -1,7 +1,7 @@ --- title: Monitoring description: monitoring -weight: 200 +weight: 900 aliases: - /docs/installation/helm/monitor-and-alert keywords: diff --git a/docs/sources/installation/helm/monitor-and-alert/with-grafana-cloud.md b/docs/sources/installation/helm/monitor-and-alert/with-grafana-cloud.md index 284d48e849..f6153aef7b 100644 --- a/docs/sources/installation/helm/monitor-and-alert/with-grafana-cloud.md +++ b/docs/sources/installation/helm/monitor-and-alert/with-grafana-cloud.md @@ -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. diff --git a/docs/sources/installation/helm/monitor-and-alert/with-local-monitoring.md b/docs/sources/installation/helm/monitor-and-alert/with-local-monitoring.md index 20a02ef40f..0e96ad321f 100644 --- a/docs/sources/installation/helm/monitor-and-alert/with-local-monitoring.md +++ b/docs/sources/installation/helm/monitor-and-alert/with-local-monitoring.md @@ -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 diff --git a/docs/sources/installation/helm/reference.md b/docs/sources/installation/helm/reference.md index 94f4a70471..221ed0f2e5 100644 --- a/docs/sources/installation/helm/reference.md +++ b/docs/sources/installation/helm/reference.md @@ -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: [] --- diff --git a/docs/sources/installation/helm/upgrade-from-2.x/index.md b/docs/sources/installation/helm/upgrade-from-2.x/index.md index 91848923c6..a762f595c8 100644 --- a/docs/sources/installation/helm/upgrade-from-2.x/index.md +++ b/docs/sources/installation/helm/upgrade-from-2.x/index.md @@ -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 --- diff --git a/production/helm/loki/reference.md.gotmpl b/production/helm/loki/reference.md.gotmpl index 9636b1edfd..f3d1ac09ab 100644 --- a/production/helm/loki/reference.md.gotmpl +++ b/production/helm/loki/reference.md.gotmpl @@ -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: [] ---