From 1abf4e385f7115b1023fc73a89f20db8d25c92cd Mon Sep 17 00:00:00 2001 From: Dave Marco Date: Wed, 3 Jul 2024 15:03:52 +0000 Subject: [PATCH] change header size --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea80e8d..ee94a97 100644 --- a/README.md +++ b/README.md @@ -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