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

890 B

title description weight
Installation Installation 200

Installation

There are several methods of installing Loki and Promtail:

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

The [Sizing Tool]({{< relref "./sizing" >}}) can be used to determine the proper cluster sizing given an expected ingestion rate and query performance. It targets the Helm installation on Kubernetes.

General process

In order to run Loki, you must:

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