Skip to content

Commit

Permalink
Merge pull request #949 from stexandev/master
Browse files Browse the repository at this point in the history
fix(fluentd-output-opensearch): add spec.outputs.opensearch.scheme value
  • Loading branch information
benjaminhuo authored Oct 10, 2023
2 parents 1a92a1b + 5b6cae3 commit 9908a28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
- opensearch:
host: {{ .Values.fluentd.output.opensearch.host }}
port: {{ .Values.fluentd.output.opensearch.port }}
scheme: {{ .Values.fluentd.output.opensearch.scheme }}
logstashFormat: true
logstashPrefix: {{ .Values.fluentd.output.opensearch.logstashPrefix }}
{{- if .Values.fluentd.output.opensearch.buffer }}
Expand Down

0 comments on commit 9908a28

Please sign in to comment.