docs: Updated Promtail to Alloy (#14404)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/14416/head
Jay Clifford 8 months ago committed by GitHub
parent 8aa8a2bb0e
commit 8ec8cfb2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      docs/sources/setup/install/_index.md

@ -9,7 +9,7 @@ weight: 200
# Install Loki # 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 Helm (recommended)]({{< relref "./helm" >}})
- [Install using Tanka]({{< relref "./tanka" >}}) - [Install using Tanka]({{< relref "./tanka" >}})
@ -17,12 +17,16 @@ There are several methods of installing Loki and Promtail:
- [Install and run locally]({{< relref "./local" >}}) - [Install and run locally]({{< relref "./local" >}})
- [Install from source]({{< relref "./install-from-source" >}}) - [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 ## General process
In order to run Loki, you must: 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. Download config files for both programs.
1. Start Loki. 1. Start Loki.
1. Update the Promtail config file to get your logs into Loki. 1. Update the Alloy config file to get your logs into Loki.
1. Start Promtail. 1. Start Alloy.

Loading…
Cancel
Save