syslog-ng diferença entre “not message (something)” e “not match (something)”?

1

Qual é a diferença entre estes dois ?:

filter f_avc { not message(something); };

e:

filter f_avc { not match(something); };

é difícil pesquisar no google por esses tipos de perguntas: D

    
por gasko peter 17.12.2012 / 13:03

1 resposta

1

Do Documentação (meu negrito):

Match a regular expression to the headers and the message itself (i.e., the values returned by the MSGHDR and MSG macros).

Match a regular expression to the text of the log message, excluding the headers (i.e., the value returned by the MSG macros).

    
por 17.12.2012 / 14:22

Tags