Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/ingest-records-manually.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

There are some cases where Fluent Bit library is used to send records from the caller application to some destination. This process is called _manual data ingestion_.

For this purpose, a specific input plugin called **lib** exists and can be used in conjunction with the `flb_lib`_push()` API function.
For this purpose, a specific input plugin called **lib** exists and can be used in conjunction with the `flb_lib_push()` API function.

## Data format

Expand Down