You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains Go packages that allows to create [Fluent Bit](http://fluentbit.io) plugins. At the moment it only supports the creation of _Output_ plugins.
3
+
This repository contains Go packages that allows to create [Fluent Bit][fluent-bit] plugins. At the moment it only supports the creation of _Output_ plugins.
4
4
5
5
## Requirements
6
6
7
-
The code of this package is intended to be used with [Fluent Bit 0.12](https://github.com/fluent/fluent-bit/tree/0.12) branch.
8
-
9
-
> Fluent Bit on GIT master (0.12) uses a different format to set records timestamps, this package is not backward compatible with Fluent Bit 0.11
7
+
The code of this package is intended to be used with [Fluent Bit v1.1][fluent-bit-1-1] branch.
10
8
11
9
## Usage
12
10
13
11
Fluent Bit Go packages are exposed on this repository:
0 commit comments