Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/docs/sources/installation/_index.md

24 lines
572 B

---
title: Installation
weight: 200
---
# Installation
There are several methods of installing Loki and Promtail:
- [Install using Tanka (recommended)](tanka/)
- [Install using Helm](helm/)
- [Install through Docker or Docker Compose](docker/)
- [Install and run locally](local/)
- [Install from source](install-from-source/)
## General process
In order to run Loki, you must:
1. Download and install both Loki and Promtail.
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.