-
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.
Experiment with Status Updates over Fluentbit
- Loading branch information
1 parent
ae075d7
commit 1216804
Showing
3 changed files
with
75 additions
and
17 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
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,39 @@ | ||
[SERVICE] | ||
Flush 0.1 | ||
Log_Level info | ||
|
||
|
||
[INPUT] | ||
Name forward | ||
Listen 0.0.0.0 | ||
Port 24224 | ||
|
||
|
||
[FILTER] | ||
Name modify | ||
Match build_status | ||
Rename message status | ||
|
||
|
||
[OUTPUT] | ||
Name stdout | ||
Match build_status | ||
Format json_lines | ||
|
||
# [OUTPUT] | ||
# Name websocket | ||
# Match build_status | ||
# Host host.docker.internal | ||
# Port 12345 | ||
# URI /build-status | ||
# Format json_lines | ||
# tls off | ||
|
||
[OUTPUT] | ||
Name http | ||
Match build_status | ||
Host host.docker.internal | ||
Port 3000 | ||
URI /build-status | ||
Format json_lines | ||
tls off |