Merge branch 'ignore-already-banned-message' of kazu634/itamae into master
This commit is contained in:
commit
4ca2676d47
|
@ -163,7 +163,7 @@ scrape_configs:
|
|||
|
||||
pipeline_stages:
|
||||
- match:
|
||||
selector: '{job="fail2ban"}'
|
||||
selector: '{job="fail2ban"} !~ "already banned"'
|
||||
stages:
|
||||
- regex:
|
||||
expression: '^(?P<timestamp>[0-9]+\-[0-9]+\-[0-9]+ [0-9]+:[0-9]+:[0-9]+),[0-9]+ [^:]+: (?P<level>[^ ]+)[^\[]+(?P<message>.+)$'
|
||||
|
|
Loading…
Reference in New Issue