-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aligned Fluent Bit configuration with the one which used for testing of
- Loading branch information
Showing
3 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
[INPUT] | ||
Name dummy | ||
Dummy { "message" : "this is dummy data" } | ||
Rate 10 | ||
|
||
[OUTPUT] | ||
Workers 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters