Browse Source

#975 Mysql default parser: parse also lines with using password NO (#976)

Cristian Nitescu 3 years ago
parent
commit
9d2cd58f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/patterns/mysql

+ 1 - 1
config/patterns/mysql

@@ -1 +1 @@
-MYSQL_AUTH_FAIL %{TIMESTAMP_ISO8601:time} %{NUMBER} \[Note\] Access denied for user '%{DATA:user}'@'%{IP:source_ip}' \(using password: YES\)
+MYSQL_AUTH_FAIL %{TIMESTAMP_ISO8601:time} %{NUMBER} \[Note\] Access denied for user '%{DATA:user}'@'%{IP:source_ip}' \(using password: %{WORD:using_password}\)