Post

Loki

Grafana Loki is a set of open source components that can be composed into a fully featured logging stack. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki.

Loki

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/loki.sh)"
CPU: 1 cores RAM: 512 MB Disk: 2 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-loki.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
Debian: /etc/loki/config.yml | Alpine: /etc/loki/loki-local-config.yaml

Notes

Promtail can be optionally installed during setup to collect and ship logs to Loki.

Web Interface

Port: 3100

This post is licensed under CC BY 4.0 by the author.