ansible-nas/website/docs/applications/stacks/logging.md
David Stephens 8b4755c78f Docs linting
2023-07-20 00:03:28 +01:00

733 B

title
Logging

The logging stack sets up a fully functional application logging capture and search service based on Loki, viewable via Grafana.

To enable it, add the following to your inventories/<your_inventory>/group_vars/nas.yml:

logging_stack_enabled: true

Which is equivalent to:

minio_enabled: true
loki_enabled: true
promtail_enabled: true
grafana_enabled: true

Once set up, all container stdout logs will be captured and stored. You'll find the Loki data source available in Grafana.

Read more: