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 Nov 2, 2017
1 parent 6136860 commit 250e847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fluent-bit-daemonset-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ data:
Match *
Host ${FLUENT_ELASTICSEARCH_HOST}
Port ${FLUENT_ELASTICSEARCH_PORT}
tls ${FLUENT_ELASTICSEARCH_TLS}
Logstash_Format On
Retry_Limit False
Expand Down
2 changes: 2 additions & 0 deletions fluent-bit-daemonset-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 250e847

Please sign in to comment.