Skip to content

Commit

Permalink
Add newline after and before heading in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Jul 4, 2024
1 parent cbacedf commit bfbdbe3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,23 @@ flowchart LR
```

#### Fluent Bit Input

Fluent Bit can collect application logs from >40 different [sources][2]. Common sources include
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
timestamp, a list of variable values, and the log type. IR is then compressed with [Zstd][3] in
default mode without dictionaries.

#### Output

Compressed IR output is sent to plugin output (currently only AWS S3 is supported). CLP can directly
ingest compressed IR output and convert into archives for efficient storage and search.

### Usage

Each plugin has its own README to help get started. Currently, we only have a
[AWS S3 plugin](plugins/out_clp_s3/README.md), but please submit an issue if you need to send IR to
another output.
Expand Down

0 comments on commit bfbdbe3

Please sign in to comment.