forked from across-protocol/relayer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Add fluentbit setup to send the logs to firehose
- Loading branch information
Showing
4 changed files
with
74 additions
and
43 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 |
---|---|---|
|
@@ -38,6 +38,7 @@ dist/ | |
*.lock | ||
*.keep | ||
*.txt | ||
*.conf | ||
|
||
# env example files | ||
*.env.example | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[SERVICE] | ||
HTTP_Server On | ||
HTTP_Listen 0.0.0.0 | ||
HTTP_Port 2020 | ||
Flush 1 | ||
Log_Level info | ||
|
||
[INPUT] | ||
Name forward | ||
Listen 0.0.0.0 | ||
Port 24224 | ||
|
||
[FILTER] | ||
Name aws | ||
Match * | ||
|
||
[FILTER] | ||
Name modify | ||
Match * | ||
Set container_name @liskhq/across-relayer | ||
|
||
[OUTPUT] | ||
Name kinesis_firehose | ||
Match * | ||
delivery_stream Lisk-ELK-Firehose | ||
region eu-west-3 | ||
|
||
[OUTPUT] | ||
Name stdout | ||
Match * |
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