File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - netcat
3030 - -v
3131 - -u
32- - http://drycc-quickwit-indexer.{{ $.Release.Namespace }}.svc.{{ .Values.global.clusterDomain }} :7280
32+ - http://drycc-quickwit-indexer:7280
3333 {{- include "fluentbit.envs" . | indent 8 }}
3434 containers :
3535 - name : drycc-fluentbit
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ config:
7474 [OUTPUT]
7575 Name quickwit
7676 Match kubernetes.*
77- Base_URL http://drycc-quickwit-indexer.{{ $.Release.Namespace }}.svc.{{ .Values.global.clusterDomain }} :7280
77+ Base_URL http://drycc-quickwit-indexer:7280
7878 Compress true
7979 Index_Name {{printf "%s{{ %s | default \"%s\" }}" .Values.quickwit.logIndexPrefix ".kubernetes.namespace_name" .Release.Namespace }}
8080 Buffer_Size 65536
@@ -101,6 +101,3 @@ config:
101101 plugins : |
102102 [PLUGINS]
103103 Path /opt/drycc/fluent-bit/lib/out_quickwit.so
104-
105- global :
106- clusterDomain : " cluster.local"
You can’t perform that action at this time.
0 commit comments