-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(priority-class): DMVP-5359 add priority class
- Loading branch information
1 parent
7c26f25
commit e3bd59b
Showing
2 changed files
with
18 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[FILTER] | ||
Name grep | ||
Match kube.* | ||
Exclude $log (test) | ||
|
||
[FILTER] | ||
Name grep | ||
Match audit.* | ||
regex $log (test) |
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,9 @@ | ||
[INPUT] | ||
Name tail | ||
Tag test.* | ||
Path /var/log/containers/*.log | ||
Read_from_head true | ||
multiline.parser docker, cri | ||
Docker_Mode On | ||
Parser docker | ||
Mem_Buf_Limit 50MB |