1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/loki_ynh.git synced 2024-07-05 19:36:49 +00:00
Grafana Loki is a set of components that can be composed into a fully featured logging stack.
Go to file
2024-07-03 11:42:01 +02:00
.github Manifest v2 2024-01-30 00:27:51 +01:00
conf Rename binaries to simplify systemd services 2024-01-30 10:52:23 +01:00
doc Manifest v2 2024-01-30 00:27:51 +01:00
scripts Detect systemd service failure 2024-02-11 13:31:03 +01:00
sources/extra_files/loki Move merge_yaml.sh so it is installed with package v2 2024-02-11 12:53:41 +01:00
.gitignore Initial commit 2022-12-24 15:14:20 +01:00
ALL_README.md Auto-update READMEs 2024-06-22 22:43:35 +00:00
LICENSE Fill licence file: AGPL 2023-01-09 11:23:39 +01:00
manifest.toml Upgrade sources 2024-07-03 03:43:04 +02:00
README.md Auto-update READMEs 2024-07-03 01:43:06 +00:00
README_es.md Auto-update READMEs 2024-07-03 01:43:06 +00:00
README_eu.md Auto-update READMEs 2024-07-03 01:43:06 +00:00
README_fr.md Auto-update READMEs 2024-07-03 01:43:06 +00:00
README_gl.md Auto-update READMEs 2024-07-03 01:43:06 +00:00
README_it.md Auto-update README 2024-03-29 07:11:15 +01:00
README_zh_Hans.md Auto-update READMEs 2024-07-03 01:43:06 +00:00
tests.toml Manifest v2 2024-01-30 00:27:51 +01:00

Loki + Promtail for YunoHost

Integration level Working status Maintenance status

Install Loki + Promtail with YunoHost

Read this README in other languages.

This package allows you to install Loki + Promtail quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.

Compared to other log aggregation systems, Loki:

  • does not do full text indexing on logs. By storing compressed, unstructured logs and only indexing metadata, Loki is simpler to operate and cheaper to run.
  • indexes and groups log streams using the same labels youre already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that youre already using with Prometheus.
  • is an especially good fit for storing Kubernetes Pod logs. Metadata such as Pod labels is automatically scraped and indexed.
  • has native support in Grafana (needs Grafana v6.0).

A Loki-based logging stack consists of 3 components:

  • Promtail (included in this package) is the agent, responsible for gathering logs and sending them to Loki.
  • Loki is the main server, responsible for storing logs and processing queries.
  • Grafana for querying and displaying the logs.

Shipped version: 3.0.0~ynh1

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
or
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps