Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor IR Zstd writer into an interface with separate implementations for disk and memory buffering. #7

Merged
merged 13 commits into from
Aug 16, 2024
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tailing log files and other Fluent Bit instances.

#### CLP Output Plugin

Output plugin recieves logs from Fluent Bit and parses them into [CLP IR][1]. CLP IR consists of a
Output plugin receives logs from Fluent Bit and parses them into [CLP IR][1]. CLP IR consists of a
timestamp, a list of variable values, and the log type. IR is then compressed with [Zstd][3] in
default mode without dictionaries.

Expand Down
Loading