Skip to content

Commit

Permalink
Set service values via --set for logstash. (grafana#2415)
Browse files Browse the repository at this point in the history
As per discussed in grafana#2406.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Jul 29, 2020
1 parent 5c870df commit 5926424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5926424

Please sign in to comment.