Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add option to enable TLS via environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
victoru committed Oct 12, 2017
1 parent 8674b32 commit 0c604b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-image/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
Match *
Host ${FLUENT_ELASTICSEARCH_HOST}
Port ${FLUENT_ELASTICSEARCH_PORT}
tls ${FLUENT_ELASTICSEARCH_TLS}
Logstash_Format On
Retry_Limit False
2 changes: 2 additions & 0 deletions fluent-bit-daemonset-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
value: "elasticsearch-logging"
- name: FLUENT_ELASTICSEARCH_PORT
value: "9200"
- name: FLUENT_ELASTICSEARCH_TLS
value: "Off"
resources:
limits:
memory: 100Mi
Expand Down

0 comments on commit 0c604b3

Please sign in to comment.