Skip to content

Commit

Permalink
Refactor IR Zstd writer into an interface with separate implementatio…
Browse files Browse the repository at this point in the history
…ns for disk and memory buffering. (#7)
  • Loading branch information
davemarco authored Aug 16, 2024
1 parent 50909fc commit e258176
Show file tree
Hide file tree
Showing 9 changed files with 728 additions and 581 deletions.
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

0 comments on commit e258176

Please sign in to comment.