Skip to content

jpoon/fluent-bit-out-gprc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-bit-out-grpc

Example of a Fluent Bit GoLang output plugin that pushes events to a GRPC server.

Usage

  • Server

     $ go run server/server.go
    
  • Fluent-Bit

     $ make protoc
     $ make all
     $ fluent-bit -i dummy -e out_grpc.so -o grpc
    

Releases

No releases published

Packages

No packages published