Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Fixing fluent-bit bug (fluent/fluent-bit#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 11, 2019
1 parent 011500b commit e4306d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,11 @@ elasticsearchcluster.enterprises.upmc.com/elasticsearch-cluster 18m
Install [Fluentbit](https://fluentbit.io/):

```bash
# https://github.com/fluent/fluent-bit/issues/628
helm install --wait stable/fluent-bit --name=fluent-bit --namespace=logging \
--set metrics.enabled=true \
--set backend.type=es \
--set backend.es.time_key='@ts' \
--set backend.es.host=elasticsearch-elasticsearch-cluster \
--set backend.es.tls=on \
--set backend.es.tls_verify=off
Expand Down

0 comments on commit e4306d7

Please sign in to comment.