Update docker/fluentd-ingest/fluent.conf
	
		
			
	
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
					Details
				
			
		
	
				
					
				
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									72bda1d7cc
								
							
						
					
					
						commit
						260fe1b22a
					
				| 
						 | 
				
			
			@ -1,17 +1,19 @@
 | 
			
		|||
<source>
 | 
			
		||||
  @type forward  
 | 
			
		||||
  @type forward 
 | 
			
		||||
  port 24224
 | 
			
		||||
</source>
 | 
			
		||||
<match **>  
 | 
			
		||||
<match **> 
 | 
			
		||||
  @type copy 
 | 
			
		||||
  <store>
 | 
			
		||||
    @type gelf
 | 
			
		||||
    host graylog_graylog
 | 
			
		||||
    port 12201  
 | 
			
		||||
    port 12201 
 | 
			
		||||
  </store>
 | 
			
		||||
  <store>
 | 
			
		||||
    @type forward
 | 
			
		||||
    host fluentd_fluentd
 | 
			
		||||
    port 24224  
 | 
			
		||||
    <server>
 | 
			
		||||
      host fluentd_fluentd
 | 
			
		||||
      port 24224
 | 
			
		||||
    </server> 
 | 
			
		||||
  </store>
 | 
			
		||||
</match>
 | 
			
		||||
		Loading…
	
		Reference in New Issue