@@ -321,53 +321,53 @@ fluentbit:
321
321
# See https://docs.fluentbit.io/manual/pipeline/outputs/loki
322
322
loki :
323
323
# Switch for generation of fluentbit loki ClusterOutput (and loki basic auth http user and pass secrets if required)
324
- enable : false # Bool
324
+ enable : false # Bool
325
325
retryLimit : " no_limits"
326
326
logLevel : " info"
327
- host : 127.0.0.1 # String
328
- port : 3100 # Int
327
+ host : 127.0.0.1 # String
328
+ port : 3100 # Int
329
329
# Either, give http{User,Password},tenantID string values specifying them directly
330
330
httpUser : myuser
331
331
httpPassword : mypass
332
332
tenantID : " "
333
333
# Or give {http{User,Password},tenantID} as reference to secrets that you have manually installed into your kubernetes cluster
334
- # httpUser:
335
- # valueFrom:
336
- # secretKeyRef:
337
- # key: value
338
- # name: husersecret
339
- # optional: true
340
- # httpPassword:
341
- # valueFrom:
342
- # secretKeyRef:
343
- # key: value
344
- # name: hpasssecret
345
- # optional: true
346
- # tenantID:
347
- # valueFrom:
348
- # secretKeyRef:
349
- # key: value
350
- # name: tenantsecret
351
- # optional: true
334
+ # httpUser:
335
+ # valueFrom:
336
+ # secretKeyRef:
337
+ # key: value
338
+ # name: husersecret
339
+ # optional: true
340
+ # httpPassword:
341
+ # valueFrom:
342
+ # secretKeyRef:
343
+ # key: value
344
+ # name: hpasssecret
345
+ # optional: true
346
+ # tenantID:
347
+ # valueFrom:
348
+ # secretKeyRef:
349
+ # key: value
350
+ # name: tenantsecret
351
+ # optional: true
352
352
#
353
353
# To use bearer token auth instead of http basic auth
354
- # bearerToken: ey....
354
+ # bearerToken: ey....
355
355
# or with existing secret
356
- # bearerToken:
357
- # valueFrom:
358
- # secretKeyRef:
359
- # key: value
360
- # name: bearerTokenSecret
361
- # optional: true
362
- # labels: [] # String list of <name>=<value>
363
- # labelKeys: [] # String list of <key>
364
- # removeKeys: [] # String list of <key>
365
- # labelMapPath: '' # String, path to file, ex /here/it/is
366
- # dropSingleKey: off
367
- # lineFormat: '' # String
368
- # autoKubernetesLabels: on
369
- # tenantIDKey: # String
370
- # tls: {} # *plugins.TLS fluentbit docs
356
+ # bearerToken:
357
+ # valueFrom:
358
+ # secretKeyRef:
359
+ # key: value
360
+ # name: bearerTokenSecret
361
+ # optional: true
362
+ # labels: [] # String list of <name>=<value>
363
+ # labelKeys: [] # String list of <key>
364
+ # removeKeys: [] # String list of <key>
365
+ # labelMapPath: '' # String, path to file, ex /here/it/is
366
+ # dropSingleKey: off
367
+ # lineFormat: '' # String
368
+ # autoKubernetesLabels: on
369
+ # tenantIDKey: # String
370
+ # tls: {} # *plugins.TLS fluentbit docs
371
371
stackdriver : {}
372
372
# You can configure the stackdriver configuration here
373
373
@@ -431,12 +431,13 @@ fluentbit:
431
431
javaMultiline :
432
432
# use in filter for parser generic springboot multiline log format
433
433
enable : false
434
- # Using namespaceClusterFbCfg, deploy fluent-bit configmap and secret in this namespace.
435
- # If it is not defined, it is in the namespace of the fluent-operator.
434
+ # Using namespaceClusterFbCfg, deploy fluent-bit configmap and secret in this namespace.
435
+ # If it is not defined, it is in the namespace of the fluent-operator.
436
436
namespaceClusterFbCfg : " "
437
437
438
438
fluentd :
439
439
# Installs a sub chart carrying the CRDs for the fluentd controller. The sub chart is enabled by default.
440
+ # Valid modes include "collector" and "agent".
440
441
crdsEnable : true
441
442
enable : false
442
443
name : fluentd
0 commit comments