Skip to content

Commit

Permalink
fix(priority-class): DMVP-5359 add priority class
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Sep 25, 2024
1 parent 7c26f25 commit e3bd59b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/eks-fluent-bit/templates/filters.yaml.tpl
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)
9 changes: 9 additions & 0 deletions tests/eks-fluent-bit/templates/inputs.yaml.tpl
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

0 comments on commit e3bd59b

Please sign in to comment.