Skip to content

Commit

Permalink
Remove filter for event reason, only filter by whether service name i…
Browse files Browse the repository at this point in the history
…s empty or not (#10)
  • Loading branch information
kezhenxu94 committed May 27, 2021
1 parent d8c8222 commit 350f0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/default-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

filters:
- reason: "Started|Killing" # filter events of the specified reason, regular expression like "Killing|Killed" is supported.
- reason: "" # filter events of the specified reason, regular expression like "Killing|Killed" is supported.
message: "" # filter events of the specified message, regular expression like "Pulling container.*" is supported.
minCount: 1 # filter events whose count is >= the specified value.
type: "" # filter events of the specified type, regular expression like "Normal|Error" is supported.
Expand Down
2 changes: 1 addition & 1 deletion examples/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

filters:
- reason: "Started|Killing" # filter events of the specified reason, regular expression like "Killing|Killed" is supported.
- reason: "" # filter events of the specified reason, regular expression like "Killing|Killed" is supported.
message: "" # filter events of the specified message, regular expression like "Pulling container.*" is supported.
minCount: 1 # filter events whose count is >= the specified value.
type: "" # filter events of the specified type, regular expression like "Normal|Error" is supported.
Expand Down

0 comments on commit 350f0df

Please sign in to comment.