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
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
1
# Fluent Bit Go!
2
2
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.
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_and _Input_plugins.
4
4
5
5
## Requirements
6
6
7
-
The code of this package is intended to be used with [Fluent Bit v1.4][fluent-bit-1-4] branch or higher.
7
+
The code of this package for output plugin is intended to be used with [Fluent Bit v1.4][fluent-bit-1-4] branch or higher.
8
+
9
+
The code of this package for input plugin is intended to be used with [Fluent Bit v1.9][fluent-bit-1-9] branch or higher.
8
10
9
11
## Usage
10
12
11
13
Fluent Bit Go packages are exposed on this repository:
12
14
13
15
[github.com/fluent/fluent-bit-go][fluent-bit-go]
14
16
17
+
### Creating Output Plugin
18
+
15
19
When creating a Fluent Bit Output plugin, the _output_ package can be used as follows:
0 commit comments