Skip to content

Commit

Permalink
fix: Fix ascii art diagram for fluentbit config for events (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
  • Loading branch information
SergK committed Jul 8, 2024
1 parent c42e8a4 commit f1d59bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions add-ons/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A Helm chart for Fluent Bit
This chart integrates Fluent Bit as a log processor and forwarder, specifically configured to capture Kubernetes and CloudEvents from Tekton.
It relies on the KubeRocketCI's OpenSearch chart for log storage and analysis, providing a cohesive logging solution.

```plaintext
+--------+ +-------------+ +------------+ +-----------+
| Tekton +------>+ CloudEvents +------>+ Fluent Bit +------>+ OpenSearch|
+--------+ +-------------+ +------------+ +-----------+
Expand All @@ -18,6 +19,7 @@ It relies on the KubeRocketCI's OpenSearch chart for log storage and analysis, p
| k8s |
| Events |
+---------+
```

### Key Features and Configurations:

Expand Down
2 changes: 2 additions & 0 deletions add-ons/fluent-bit/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
This chart integrates Fluent Bit as a log processor and forwarder, specifically configured to capture Kubernetes and CloudEvents from Tekton.
It relies on the KubeRocketCI's OpenSearch chart for log storage and analysis, providing a cohesive logging solution.

```plaintext
+--------+ +-------------+ +------------+ +-----------+
| Tekton +------>+ CloudEvents +------>+ Fluent Bit +------>+ OpenSearch|
+--------+ +-------------+ +------------+ +-----------+
Expand All @@ -21,6 +22,7 @@ It relies on the KubeRocketCI's OpenSearch chart for log storage and analysis, p
| k8s |
| Events |
+---------+
```

### Key Features and Configurations:

Expand Down

0 comments on commit f1d59bc

Please sign in to comment.