Skip to content

Commit

Permalink
set write operation to upsert in fluent-bit output plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytd committed Nov 30, 2023
1 parent 6f3b39e commit a107f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/fluent-bit-configs/output-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Include_Tag_Key Off
Time_Key_Nanos Off
Generate_ID On
write_operation upsert
tls On
tls.Verify On
{{- if or .Values.fluentbit.caCertificateSecret .Values.opensearch.externalOpensearch.disabled }}
Expand Down
2 changes: 2 additions & 0 deletions chart/templates/fluent-bit/fluent-bit-config-sec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ stringData:
Include_Tag_Key Off
Time_Key_Nanos Off
Generate_ID On
write_operation upsert
tls On
tls.Verify On
{{- if or .Values.fluentbit.caCertificateSecret .Values.opensearch.externalOpensearch.disabled }}
Expand Down Expand Up @@ -174,6 +175,7 @@ stringData:
Time_Key_Nanos On
{{- end }}
Generate_ID On
write_operation upsert
tls On
tls.Verify On
{{- if or .Values.fluentbit.caCertificateSecret .Values.opensearch.externalOpensearch.disabled }}
Expand Down

0 comments on commit a107f18

Please sign in to comment.