-
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.
- Loading branch information
Showing
9 changed files
with
108 additions
and
152 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
This file was deleted.
Oops, something went wrong.
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,31 @@ | ||
[SERVICE] | ||
HTTP_Server On | ||
HTTP_Listen 0.0.0.0 | ||
HTTP_PORT 2020 | ||
Hot_Reload On | ||
Parsers_File /fluent-bit/etc/parsers.conf | ||
|
||
[FILTER] | ||
Name modify | ||
Match user_container_log | ||
Condition Key_value_matches log ^browserup_user_log.* | ||
Add log_type user | ||
|
||
[FILTER] | ||
Name modify | ||
Match user_container_log | ||
Condition Key_Value_Does_Not_Match log ^browserup_user_log.* | ||
Add log_type system | ||
|
||
[INPUT] | ||
name http | ||
listen 0.0.0.0 | ||
port 8888 | ||
|
||
[Output] | ||
name loki | ||
match * | ||
host loki | ||
port 3100 | ||
labels container_name=$container_name $log_type | ||
line_format json |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.