From 3576bbd70fb7cedd035343f66894811fcccf590c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 29 Jan 2024 23:27:57 +0000 Subject: [PATCH] Auto-update README --- README.md | 20 +++++++------------- README_fr.md | 20 +++++++------------- 2 files changed, 14 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 334ce0b..e55bdb6 100644 --- a/README.md +++ b/README.md @@ -20,24 +20,18 @@ Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation 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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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). +- 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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. - +- 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](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. **Shipped version:** 2.8.4~ynh1 -## Disclaimers / important information - - - Loki is not exposed to the web; - - If you want to add pieces of configuration or overwrite the configuration, add a new file in `/etc/loki/loki.d/` for Loki or in `/etc/loki/promtail.d/` for promtail - ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 39563cc..80b06bf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,24 +20,18 @@ Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation 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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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). +- 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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. - +- 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](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. **Version incluse :** 2.8.4~ynh1 -## Avertissements / informations importantes - - - Loki is not exposed to the web; - - If you want to add pieces of configuration or overwrite the configuration, add a new file in `/etc/loki/loki.d/` for Loki or in `/etc/loki/promtail.d/` for promtail - ## Documentations et ressources * Site officiel de l’app :