aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-06-07 15:18:01 +0100
committerGravatar Joe Banks <[email protected]>2024-06-07 16:48:18 +0100
commit1688f25e3e971efb58a6baadf813b7c216f952fa (patch)
tree41d75eaf93019b480c5a1080df6960e99eb60558
parentAdd Alloy vars file with endpoint and authentication (diff)
Update documentation for Alloy with Loki configuration
-rw-r--r--ansible/roles/alloy/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/ansible/roles/alloy/README.md b/ansible/roles/alloy/README.md
index b9fe741..65d0d7f 100644
--- a/ansible/roles/alloy/README.md
+++ b/ansible/roles/alloy/README.md
@@ -3,17 +3,18 @@
This role deploys an instance of Grafana Alloy with configuration that by
default:
- Exports the system journal to the configured Loki instance
-- Exports other log files to the configured Loki instance, including:
- - `/var/log/auth.log`
+- Exports other log files as configured below
It requires the addition of the Grafana package repository to allow Alloy to be
installed with `apt`. This is handled by the role.
## Configuration values
-Required user configuration options:
+Loki configuration options:
- `alloy_loki_endpoint`: The Loki log push endpoint to stream logs into.
+- `alloy_loki_user`: Basic authentication username for Loki.
+- `alloy_loki_password`: Basic authentication password for Loki.
Optional configuration options: