|
|
@ -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. |
|
|
|