From 2d5f8d87e48bbaf36a42b1520d44ed2b72416ad2 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 17 Dec 2024 10:42:23 -0600 Subject: [PATCH] fix: cleanup loki docs so that our information is more consistent Signed-off-by: Kevin Carter --- docs/infrastructure-loki.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/infrastructure-loki.md b/docs/infrastructure-loki.md index 83b7e8a3..3067c03e 100644 --- a/docs/infrastructure-loki.md +++ b/docs/infrastructure-loki.md @@ -1,5 +1,7 @@ # Setting up Loki +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. + ## Add the grafana helm repo ``` shell @@ -9,11 +11,11 @@ helm repo update ### Install the helm chart -You will need to make changes depending on how you want to configure loki. Example files are included in this directory choose one relevant to your deploy +ou will need to make changes depending on how you want to configure loki. Example files are included in `genetack/base-helm-configs`. Choose one relevant to your deploy, edit for revelant data, and ensure you copy the file to `/etc/genestack/base-helm/loki-helm-overrides.yaml` ``` shell helm upgrade --install \ - --values my-loki-helm-overrides.yaml \ + --values /etc/genestack/helm-configs/loki/loki-helm-overrides.yaml \ loki grafana/loki \ --create-namespace \ --namespace grafana \