Skip to content

Commit

Permalink
docs: Updated Promtail to Alloy (#14404)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 8ec8cfb)
  • Loading branch information
Jayclifford345 authored and grafana-delivery-bot[bot] committed Oct 8, 2024
1 parent 63e9588 commit d1672ed
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/sources/setup/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,24 @@ weight: 200

# Install Loki

There are several methods of installing Loki and Promtail:
There are several methods of installing Loki:

- [Install using Helm (recommended)]({{< relref "./helm" >}})
- [Install using Tanka]({{< relref "./tanka" >}})
- [Install using Docker or Docker Compose]({{< relref "./docker" >}})
- [Install and run locally]({{< relref "./local" >}})
- [Install from source]({{< relref "./install-from-source" >}})

Alloy:
- [Install Alloy](https://grafana.com/docs/alloy/latest/set-up/install/)
- [Ingest Logs with Alloy]({{< relref "../../send-data/alloy" >}})

## General process

In order to run Loki, you must:

1. Download and install both Loki and Promtail.
1. Download and install both Loki and Alloy.
1. Download config files for both programs.
1. Start Loki.
1. Update the Promtail config file to get your logs into Loki.
1. Start Promtail.
1. Update the Alloy config file to get your logs into Loki.
1. Start Alloy.

0 comments on commit d1672ed

Please sign in to comment.