Skip to content

Commit fdbd0e5

Browse files
committed
wip
1 parent f49b2a8 commit fdbd0e5

File tree

1 file changed

+32
-0
lines changed
  • fluentbit/bug-filter-as-processor-conditionally-ignoring

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Fluent Bit Bug Reproduction Lab
2+
3+
This setup is designed to help reproduce and investigate the issue where the filter-as-processor is conditionally ignoring records. You can modify the Fluent Bit configuration files in this directory to test different scenarios.
4+
5+
- [Fluent Bit Documentation](https://docs.fluentbit.io/manual/)
6+
- [Bug Report #10524](https://github.com/fluent/fluent-bit/issues/10524)
7+
8+
## Prerequisites
9+
10+
- [Docker](https://www.docker.com/get-started) installed
11+
- [Docker Compose](https://docs.docker.com/compose/install/) installed
12+
13+
## How to Run
14+
15+
1. Clone this repository:
16+
17+
```sh
18+
git clone https://github.com/c-neto/my-devops-labs.git
19+
cd my-devops-labs/fluentbit/bug-filter-as-processor-conditionally-ignoring
20+
```
21+
22+
2. Start the environment:
23+
24+
```sh
25+
docker-compose up -d
26+
```
27+
28+
3. Check the logs:
29+
30+
```sh
31+
docker-compose logs -f
32+
```

0 commit comments

Comments
 (0)