mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
commit
00da591221
7 changed files with 135 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Leggi il “README” in italiano](README_it.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=loki)
|
||||
|
||||
*[Read this README is other languages.](./ALL_README.md)*
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
|
||||
> *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](https://yunohost.org/install) to learn how to install it.*
|
||||
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Shipped version:** 2.9.5~ynh1
|
||||
**Shipped version:** 3.0.0~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://grafana.com/docs/loki/latest/>
|
||||
|
|
55
README_eu.md
Normal file
55
README_eu.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# Loki + Promtail YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/loki)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=loki)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek Loki + Promtail YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
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 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.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 3.0.0~ynh1
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://grafana.com/docs/loki/latest/>
|
||||
- Administratzaileen dokumentazio ofiziala: <https://grafana.com/docs/loki/latest/>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/grafana/loki>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/loki>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/loki_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Version incluse :** 2.9.5~ynh1
|
||||
**Version incluse :** 3.0.0~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://grafana.com/docs/loki/latest/>
|
||||
|
|
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2.9.5~ynh1
|
||||
**Versión proporcionada:** 3.0.0~ynh1
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://grafana.com/docs/loki/latest/>
|
||||
|
|
55
README_zh_Hans.md
Normal file
55
README_zh_Hans.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 Loki + Promtail
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/loki)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=loki)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Loki + Promtail。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
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 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.
|
||||
|
||||
|
||||
**分发版本:** 3.0.0~ynh1
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://grafana.com/docs/loki/latest/>
|
||||
- 官方管理文档: <https://grafana.com/docs/loki/latest/>
|
||||
- 上游应用代码库: <https://github.com/grafana/loki>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/loki>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/loki_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/loki_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
|
||||
或
|
||||
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
|
@ -4,10 +4,10 @@ packaging_format = 2
|
|||
|
||||
id = "loki"
|
||||
name = "Loki + Promtail"
|
||||
description.en = "Grafana Loki is a set of components that can be composed into a fully featured logging stack."
|
||||
description.fr = "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
|
||||
description.en = "Set of components that can be composed into a fully featured logging stack"
|
||||
description.fr = "Ensemble de composants qui peuvent être composés pour former une pile de journalisation complète"
|
||||
|
||||
version = "2.9.5~ynh1"
|
||||
version = "3.0.0~ynh1"
|
||||
|
||||
maintainers = ["fflorent"]
|
||||
|
||||
|
@ -19,11 +19,14 @@ code = "https://github.com/grafana/loki"
|
|||
cpe = "cpe:2.3:a:grafana:loki"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.0.0"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "armhf", "arm64"]
|
||||
multi_instance = true
|
||||
|
||||
ldap = "not_relevant"
|
||||
|
||||
sso = "not_relevant"
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -33,12 +36,12 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.loki]
|
||||
amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/loki-linux-amd64.zip"
|
||||
amd64.sha256 = "9d919a55e7a2dbaeab46e777a0589d7e304c71fed011f989143883cbc887e348"
|
||||
armhf.url = "https://github.com/grafana/loki/releases/download/v2.9.5/loki-linux-arm.zip"
|
||||
armhf.sha256 = "104efc28b322523bf5bced67bdcc3746e1f7f872057f6ef54f25ab00ce426b39"
|
||||
arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/loki-linux-arm64.zip"
|
||||
arm64.sha256 = "491833bf201c55388b82c3d1f583a9d4426c1b778ed3dc710cd67c8cbbbb67bb"
|
||||
amd64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/loki-linux-amd64.zip"
|
||||
amd64.sha256 = "6f6cb5cfb1ea9c00794b3928a7af0e448930b2854938f3a18012c707158c4f7a"
|
||||
armhf.url = "https://github.com/grafana/loki/releases/download/v3.0.0/loki-linux-arm.zip"
|
||||
armhf.sha256 = "24694c1a21fe5a386d78309fe7225ea1daaf1987833e277ceb5e29f87688a54f"
|
||||
arm64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/loki-linux-arm64.zip"
|
||||
arm64.sha256 = "2f7b406fea48eccd7a6e08187d7dedb77cff38f4f04e271982a7185d3a68225c"
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
@ -47,12 +50,12 @@ ram.runtime = "50M"
|
|||
autoupdate.asset.arm64 = "^loki-linux-arm64.zip$"
|
||||
|
||||
[resources.sources.promtail]
|
||||
amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/promtail-linux-amd64.zip"
|
||||
amd64.sha256 = "e444bcff2d6677d284350819d3d1b7b473a1699357689230254fbc602b28dac7"
|
||||
armhf.url = "https://github.com/grafana/loki/releases/download/v2.9.5/promtail-linux-arm.zip"
|
||||
armhf.sha256 = "d0cc7552b8ce69534893040e6518288a6899c4f3acf9d4e7d32335f5f2f6145d"
|
||||
arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/promtail-linux-arm64.zip"
|
||||
arm64.sha256 = "b23bd750dc5f6a76d808826ebc9d3c8b3540adb329578b650571a10d2be348b8"
|
||||
amd64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/promtail-linux-amd64.zip"
|
||||
amd64.sha256 = "3a5120422a2a8aa26659a188d63f1425707ed42a1af274acc0a7797d851acf48"
|
||||
armhf.url = "https://github.com/grafana/loki/releases/download/v3.0.0/promtail-linux-arm.zip"
|
||||
armhf.sha256 = "fbab7aff7284a142bff5a2a5cbb1e8772307ec9b55aa778d6d34d9e019263b5a"
|
||||
arm64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/promtail-linux-arm64.zip"
|
||||
arm64.sha256 = "a21152d2746915271d36b98bd7d1d496771571849f2386d9bff523326cb93a59"
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
|
Loading…
Add table
Reference in a new issue