Skip to content

Commit c017a85

Browse files
Warren Fernandesjasonkeene
authored andcommitted
readme: fix fluent-bit version requirements
Fixes #19 Signed-off-by: Warren Fernandes <[email protected]>
1 parent fc386d2 commit c017a85

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
# Fluent Bit Go!
22

3-
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.
44

55
## Requirements
66

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.
108

119
## Usage
1210

1311
Fluent Bit Go packages are exposed on this repository:
1412

15-
[github.com/fluent/fluent-bit-go](http://github.com/fluent/fluent-bit-go)
13+
[github.com/fluent/fluent-bit-go][fluent-bit-go]
1614

1715
When creating a Fluent Bit Output plugin, the _output_ package can be used as follows:
1816

1917
```go
2018
import "github.com/fluent/fluent-bit-go/output"
2119
```
2220

23-
for a more practical example please refer to the _out\_gstdout_ plugin implementation located at:
24-
25-
https://github.com/fluent/fluent-bit-go/blob/api-0.12/examples/out_gstdout/out_gstdout.go
21+
For a more practical example please refer to the [out\_multiinstance plugin][multiinstance] implementation located at:
2622

2723
## Contact
2824

@@ -35,5 +31,12 @@ Feel free to join us on our Slack channel, Mailing List, IRC or Twitter:
3531

3632
## Authors
3733

38-
[Fluent Bit Go](http://fluentbit.io) is made and sponsored by [Treasure Data](http://treasuredata.com) among
39-
other [contributors](https://github.com/fluent/fluent-bit-go/graphs/contributors).
34+
[Fluent Bit Go][fluent-bit] is made and sponsored by [Treasure Data][treasure-data] among
35+
other [contributors][contributors].
36+
37+
[fluent-bit]: http://fluentbit.io/
38+
[fluent-bit-1-1]: https://github.com/fluent/fluent-bit/tree/v1.1.0
39+
[multiinstance]: https://github.com/fluent/fluent-bit-go/tree/fc386d263885e50387dd0081a77adf4072e8e4b6/examples/out_multiinstance
40+
[fluent-bit-go]: http://github.com/fluent/fluent-bit-go
41+
[treasure-data]: http://treasuredata.com
42+
[contributors]: https://github.com/fluent/fluent-bit-go/graphs/contributors

0 commit comments

Comments
 (0)