mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	Fluent Bit is an open source and multi-platform Log Forwarder which allows you to collect data/logs from different sources, unify and send them to multiple destinations. Fluent Bit is written in C, has a pluggable architecture supporting around 20 extensions. It's fast and lightweight and provides the required security for network operations through TLS. http://fluentbit.io/
		
			
				
	
	
		
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- fluent-bit-0.10.1/CMakeLists.txt
 | |
| +++ fluent-bit-0.10.1/CMakeLists.txt.new
 | |
| @@ -306,7 +306,7 @@
 | |
|  
 | |
|  if(FLB_TD)
 | |
|    FLB_DEFINITION(FLB_IS_TD_AGENT)
 | |
| -  FLB_OPTION(FLB_JEMALLOC ON)
 | |
| +  FLB_OPTION(FLB_JEMALLOC OFF)
 | |
|    set(FLB_PROG_NAME "TD Agent Bit")
 | |
|    set(FLB_OUT_NAME "td-agent-bit")
 | |
|    set(WITHOUT_HEADERS On)
 |