Enabled with `logging.fileMode`: true - disables elasticsearch, kibana and ingress - only enables fluentd to write logs in the node's volume - lightweight logging into files (in JSON format and compressed in gzip) - log file rotation (default: rotating files every 4 hours, retention 3 days)
		
			
				
	
	
		
			29 lines
		
	
	
		
			508 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			508 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
logging:
 | 
						|
  namespace: btrix-admin
 | 
						|
  enabled: true
 | 
						|
  dedicatedNode:
 | 
						|
    enabled: true
 | 
						|
    nodeType: admin
 | 
						|
  fileMode: true
 | 
						|
  ingress:
 | 
						|
    tls: false
 | 
						|
    host: localhost
 | 
						|
    path: /kibana
 | 
						|
  elasticsearch:
 | 
						|
    local: false
 | 
						|
    cpu: 1
 | 
						|
    mem: 4Gi
 | 
						|
    opt: -Xms2g -Xmx2g
 | 
						|
    volumeEnabled: false
 | 
						|
    volumeSize: 1Gi
 | 
						|
  kibana:
 | 
						|
    local: false
 | 
						|
    cpu: 1
 | 
						|
    mem: 1Gi
 | 
						|
    opt: --max-old-space-size=1024
 | 
						|
  fluentd:
 | 
						|
    logVar: /var/log
 | 
						|
    logPathContainers: /var/lib/docker/containers
 | 
						|
    cpu: 60m
 | 
						|
    mem: 200Mi
 |