Skip to content

Commit

Permalink
change header size
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Jul 3, 2024
1 parent e060793 commit 1abf4e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ flowchart LR
class A,B,C,D,E format
```

##### Fluent Bit Input
#### 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
#### 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
#### 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
Expand Down

0 comments on commit 1abf4e3

Please sign in to comment.