Ajouter section Ignorer certains messages

This commit is contained in:
abenmiloud 2019-10-17 14:14:06 +02:00
parent 7c81a5d758
commit 836c7ffae2

View file

@ -150,6 +150,13 @@ Voici un exemple de filtre sur _$programname_ (ce qui pratique car le protocole
if $programname startswith 'haproxy' then /var/log/haproxy.log if $programname startswith 'haproxy' then /var/log/haproxy.log
~~~ ~~~
### Ignorer certains messages
Si on souhaite ignorer les logs émis par un programme, `bundle` dans cet exemple :
~~~
:programname, isequal, "bundle" ~
~~~
## Administration ## Administration