dataset/seed/loki/README.md

52 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2023-06-29 18:56:46 +02:00
---
gitea: none
include_toc: true
---
2023-08-11 09:38:05 +02:00
[Return to the list of application services.](../README.md)
2023-06-29 18:56:46 +02:00
# loki
2023-08-02 09:26:54 +02:00
## Synopsis
2023-06-29 18:56:46 +02:00
2023-08-01 15:13:17 +02:00
2023-08-11 09:38:05 +02:00
[Loki, a log aggregation platform.](https://grafana.com/)
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
## Example
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
2023-08-01 15:13:17 +02:00
```
loki:
applicationservice: loki
provider_zone: loki
zones_name:
- localdns
```
2023-08-11 09:38:05 +02:00
## Requirements services
### Mandatories
- [LocalDNS](../README.LocalDNS.md): DNS forwarder for local domain name.
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
### Optionals
- [Journald](../README.Journald.md): Concentrate journal messages on one host.
## Dependances
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
- [base-fedora-38](../base-fedora-38/README.md): Base information of a Fedora 38.
- [base-fedora](../base-fedora/README.md): Base information of a Fedora.
- [systemd](../systemd/README.md): Systemd, a system and service manager.
- [base-machine](../base-machine/README.md): Base information for a machine.
- [base](../base/README.md): Base of all application services.
- [dns-local](../dns-local/README.md): DNS client with access to local zones.
- [pki-tls](../pki-tls/README.md): Autosign PKI or Let's encrypt support for TLS certificates.
- [journald](../journald/README.md): Journald.
- [resolved](../resolved/README.md): Resolved.
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
## Useful for service
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
[vector](../vector/README.md): Vector, a lightweight, ultra-fast tool for building observability pipelines.