diff options
Diffstat (limited to 'src/fluent-bit/examples/out_lib/README.md')
-rw-r--r-- | src/fluent-bit/examples/out_lib/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fluent-bit/examples/out_lib/README.md b/src/fluent-bit/examples/out_lib/README.md new file mode 100644 index 000000000..f9fc5a4e7 --- /dev/null +++ b/src/fluent-bit/examples/out_lib/README.md @@ -0,0 +1,6 @@ +# Fluent Bit / Hello World + +This tool uses the Fluent Bit library version to flush data to one of the +registered outputs. + +When using Fluent Bit as a library means the caller becomes the input. |