File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -305,13 +305,22 @@ fluentbit:
305305 logstashPrefix : ks-logstash-log
306306 bufferSize : 20MB
307307 traceError : true
308- # logstashPrefixKey: ks-logstash-log
309- # suppressTypeName: "On"
310- # path: ""
311- # bufferSize: "4KB"
312- # index: "fluent-bit"
313- # httpUser:
314- # httpPassword:
308+ # logstashPrefixKey: ks-logstash-log
309+ # suppressTypeName: "On"
310+ # path: ""
311+ # bufferSize: "4KB"
312+ # index: "fluent-bit"
313+ # httpUser:
314+ # valueFrom:
315+ # secretKeyRef:
316+ # key: value
317+ # name: husersecret
318+ # optional: true
319+ # httpPassword:
320+ # valueFrom:
321+ # secretKeyRef:
322+ # key: value
323+ # name: hpasssecret
315324 # logstashFormat: true
316325 # replaceDots: false
317326 # writeOperation: upsert
@@ -351,11 +360,11 @@ fluentbit:
351360 # See https://docs.fluentbit.io/manual/pipeline/outputs/loki
352361 loki :
353362 # Switch for generation of fluentbit loki ClusterOutput (and loki basic auth http user and pass secrets if required)
354- enable : false # Bool
363+ enable : false # Bool
355364 retryLimit : " no_limits"
356365 logLevel : " info"
357- host : 127.0.0.1 # String
358- port : 3100 # Int
366+ host : 127.0.0.1 # String
367+ port : 3100 # Int
359368 # Either, give http{User,Password},tenantID string values specifying them directly
360369 httpUser : myuser
361370 httpPassword : mypass
You can’t perform that action at this time.
0 commit comments