Skip to content

Commit

Permalink
change var name in diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Jul 3, 2024
1 parent 1abf4e3 commit fc5d656
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 @@ -8,13 +8,13 @@ The general flow is as follows:
```mermaid
%%{init: {'theme':'neutral','themeVariables': {'primaryBorderColor': 'black','lineColor': 'black'}}}%%
flowchart LR
A(Fluent Bit Input) --> C
A(Fluent Bit Input) --> B
subgraph CLP Output Plugin
C(Parse into IR) --> D(Compress with Zstd)
B(Parse into IR) --> C(Compress with Zstd)
end
D --> E(Output)
classDef format fill:#007DF4,color:white
class A,B,C,D,E format
class A,B,C,D format
```

#### Fluent Bit Input
Expand Down

0 comments on commit fc5d656

Please sign in to comment.