Skip to content

Commit

Permalink
Aligned Fluent Bit configuration with the one which used for testing of
Browse files Browse the repository at this point in the history
  • Loading branch information
mabrarov committed Aug 19, 2024
1 parent 9e3f6b5 commit d5d70fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions fluent-bit-es-cluster/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[INPUT]
Name dummy
Dummy { "message" : "this is dummy data" }
Rate 10

[OUTPUT]
Workers 4
Expand Down
25 changes: 15 additions & 10 deletions fluent-bit-es-cluster/upstream.conf
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
[UPSTREAM]
name elasticsearch-balancing
name elasticsearch-balancing

[NODE]
name elasticsearch1
host localhost
port 9201
name elasticsearch1
host localhost
port 9201
Index fluent-bit-000002
buffer_size 4M

[NODE]
name elasticsearch2
host localhost
port 9202
name elasticsearch2
host localhost
port 9202
Index fluent-bit-000003
compress gzip

[NODE]
name elasticsearch3
host localhost
port 9203
name elasticsearch3
host localhost
port 9203
Index fluent-bit-000004
3 changes: 2 additions & 1 deletion fluent-bit-es/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
[INPUT]
Name dummy
Dummy { "message" : "this is dummy data" }
Rate 10

[OUTPUT]
Workers 4
Name es
Host localhost
Port 9200
Port 9201
TLS Off
Retry_Limit 6
Replace_Dots On
Expand Down

0 comments on commit d5d70fd

Please sign in to comment.