瀏覽代碼

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

Cristian Nitescu 3 年之前
父節點
當前提交
9d2cd58f31
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}\)