From d93b410a93288e7e5a2be32f78ac243afaba5b0b Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Wed, 29 Jul 2020 09:32:59 -0400 Subject: [PATCH] Set service values via --set for logstash. (#2415) As per discussed in #2406. Signed-off-by: Cyril Tovena --- docs/sources/clients/logstash/_index.md | 3 ++- production/helm/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/clients/logstash/_index.md b/docs/sources/clients/logstash/_index.md index f70fac391da8c..c1e49d1cbc318 100644 --- a/docs/sources/clients/logstash/_index.md +++ b/docs/sources/clients/logstash/_index.md @@ -37,7 +37,8 @@ You can switch from Promtail to logstash by using the following command: ```bash helm upgrade --install loki loki/loki-stack \ - --set filebeat.enabled=true,logstash.enabled=true,promtail.enabled=false + --set filebeat.enabled=true,logstash.enabled=true,promtail.enabled=false \ + --set loki.fullnameOverride=loki,logstash.fullnameOverride=logstash-loki ``` This will automatically scrape all pods logs in the cluster and send them to Loki with Kubernetes metadata attached as labels. diff --git a/production/helm/README.md b/production/helm/README.md index 85a98628b1e23..fb333f86f89e9 100644 --- a/production/helm/README.md +++ b/production/helm/README.md @@ -75,7 +75,8 @@ $ helm upgrade --install fluent-bit loki/fluent-bit \ ```bash $ helm upgrade --install loki loki/loki-stack \ - --set filebeat.enabled=true,logstash.enabled=true,promtail.enabled=false + --set filebeat.enabled=true,logstash.enabled=true,promtail.enabled=false \ + --set loki.fullnameOverride=loki,logstash.fullnameOverride=logstash-loki ``` ## Deploy Grafana to your cluster