An open API service indexing awesome lists of open source software.

https://github.com/jpoon/fluent-bit-out-gprc


https://github.com/jpoon/fluent-bit-out-gprc

fluent-bit golang grpc output-plugin

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# fluent-bit-out-grpc

Example of a [Fluent Bit GoLang output plugin](https://github.com/fluent/fluent-bit/blob/master/GOLANG_OUTPUT_PLUGIN.md) 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
```