mirror of https://github.com/grafana/loki
[Docs] Create top-level Setup section (#9974)
**Which issue(s) this PR fixes**: Fixes #8712 **Special notes for your reviewer**: Move the following files under a new Setup section (with three subsections: Install, Migrate, and Upgrade). - ./sources/installation/sizing/index.md - ./sources/installation/_index.md - ./sources/installation/docker.md - ./sources/installation/helm/_index.md - ./sources/installation/helm/concepts.md - ./sources/installation/helm/configure-storage/index.md - ./sources/installation/helm/install-monolithic/index.md - ./sources/installation/helm/install-scalable/index.md - ./sources/installation/helm/migrate-from-distributed/index.md - ./sources/installation/helm/migrate-to-three-scalable-targets/index.md - ./sources/installation/helm/monitor-and-alert/index.md - ./sources/installation/helm/reference.md - ./sources/installation/helm/upgrade-from-2.x/index.md - ./sources/installation/install-from-source.md - ./sources/installation/istio.md - ./sources/installation/local.md - ./sources/installation/tanka.md Updates cross-references broken by the move, Updates file metadata (descriptions, weights) and adds aliases for redirects to avoid 404s. Probably fixes a couple of typos too.pull/10020/head
parent
a12311c5c8
commit
aae92b9840
@ -0,0 +1,13 @@ |
||||
--- |
||||
title: Setup Loki |
||||
menuTitle: Setup |
||||
description: How to install and upgrade Loki, and how to migrate configurations. |
||||
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. |
||||
@ -1,11 +1,14 @@ |
||||
--- |
||||
title: Install Grafana Loki with Docker or Docker Compose |
||||
description: Docker |
||||
weight: 30 |
||||
title: Install Loki with Docker or Docker Compose |
||||
menuTitle: Install using Docker |
||||
description: Describes how to install Loki using Docker or Docker Compose |
||||
aliases: |
||||
- ../../installation/docker/ |
||||
weight: 400 |
||||
--- |
||||
# Install Grafana Loki with Docker or Docker Compose |
||||
# Install Loki with Docker or Docker Compose |
||||
|
||||
You can install Grafana Loki and Promtail with Docker or Docker Compose if you are evaluating, testing, or developing Loki. |
||||
You can install Loki and Promtail with Docker or Docker Compose if you are evaluating, testing, or developing Loki. |
||||
For production, we recommend installing with Tanka or Helm. |
||||
|
||||
The configuration acquired with these installation instructions run Loki as a single binary. |
||||
@ -1,9 +1,9 @@ |
||||
--- |
||||
title: Monitoring |
||||
description: monitoring |
||||
weight: 900 |
||||
weight: 500 |
||||
aliases: |
||||
- /docs/installation/helm/monitor-and-alert |
||||
- ../../../installation/helm/monitor-and-alert/ |
||||
keywords: |
||||
- helm |
||||
- scalable |
||||
@ -1,7 +1,10 @@ |
||||
--- |
||||
title: Build from source |
||||
description: Build from source |
||||
weight: 50 |
||||
menuTitle: Install from source |
||||
description: Describes how to install Loki from the source code. |
||||
aliases: |
||||
- ../../installation/install-from-source/ |
||||
weight: 700 |
||||
--- |
||||
# Build from source |
||||
|
||||
@ -1,9 +1,13 @@ |
||||
--- |
||||
title: Installing on Istio |
||||
description: Installation instructions for Istio |
||||
weight: 50 |
||||
title: Install on Istio |
||||
menuTitle: |
||||
description: Installation instructions for Istio service mesh |
||||
aliases: |
||||
- ../../installation/istio/ |
||||
weight: 600 |
||||
keywords: |
||||
--- |
||||
# Installing on Istio |
||||
# Install on Istio |
||||
|
||||
When installing Loki on Istio service mesh you must complete some additional steps. Without these steps, the ingester, querier, etc. might start, but you will see logs like the following: |
||||
|
||||
@ -1,7 +1,10 @@ |
||||
--- |
||||
title: Tanka |
||||
description: Install Grafana Loki with Tanka |
||||
weight: 10 |
||||
title: Tanka |
||||
menuTitle: Install using Tanka |
||||
description: Install Loki using Tanka |
||||
aliases: |
||||
- ../../installation/tanka/ |
||||
weight: 300 |
||||
--- |
||||
# Tanka |
||||
|
||||
@ -0,0 +1,13 @@ |
||||
--- |
||||
title: Migrate |
||||
menuTitle: Migrate |
||||
description: Instructions for migrating from one Loki implementation to another |
||||
weight: 300 |
||||
--- |
||||
|
||||
# Migrate |
||||
|
||||
This section contains instructions for migrating from one Loki implementation to another. |
||||
|
||||
- [Migrate]({{< relref "./migrate-from-distributed" >}}) from the `Loki-distributed` Helm chart to the `loki` Helm chart. |
||||
- [Migrate]({{< relref "./migrate-to-three-scalable-targets" >}}) from the two target Helm chart to the three target scalable configuration Helm chart. |
||||
@ -1,9 +1,10 @@ |
||||
--- |
||||
title: Size the cluster |
||||
menuTitle: Size the cluster |
||||
description: This tool generates a Helm Chart values.yaml file based on expected ingestion, retention rate, and node type, to help size your Grafana deployment. |
||||
description: Tool that generates a Helm Chart values.yaml file based on expected ingestion, retention rate, and node type, to help size your Grafana deployment. |
||||
aliases: |
||||
- /docs/installation/helm/generate |
||||
- ../installation/sizing/ |
||||
- ../installation/helm/generate |
||||
weight: 100 |
||||
keywords: [] |
||||
--- |
||||
Loading…
Reference in new issue