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
- Host: GitHub
- URL: https://github.com/jpoon/fluent-bit-out-gprc
- Owner: jpoon
- Created: 2018-12-12T18:19:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T18:24:02.000Z (over 6 years ago)
- Last Synced: 2025-01-26T05:23:08.558Z (5 months ago)
- Topics: fluent-bit, golang, grpc, output-plugin
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```