Skip to content

Commit 106b1c3

Browse files
committed
wip
1 parent dae30da commit 106b1c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

blog/2025-06-19/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Fluent Bit Log Hashing Example
22

3+
> [!NOTE]
4+
> This lab is part of the blog post:
5+
> - https://carlosneto.dev/blog/2025/2025-06-19-fluentbit-log-dedup/
6+
7+
38
This lab demonstrates how to use Fluent Bit to process log lines, generate a hash for each log entry, and output the results. This is useful for anonymizing or deduplicating logs, especially in Kubernetes environments where logs are persisted in `/var/log/containers/*.log`.
49

510
```bash

0 commit comments

Comments
 (0)