You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [message] =~ /^warning: .*authentication failed/ {
15
+
} else if [message] =~ /^warning: .*authentication failed/ {
33
16
grok {
34
17
match => ["message","warning: %{HOSTNAME:[client][domain]}\[%{IP:[client][address]}\]: %{GREEDYDATA:[postfix][detail]}"]
35
18
id => "postfix_smtps_authenticationfailed"
@@ -40,24 +23,5 @@ filter {
40
23
add_tag => "grokked"
41
24
}
42
25
}
43
-
44
-
if [message] =~ /^Anonymous TLS connection established from/ {
45
-
grok {
46
-
match => ["message","Anonymous TLS connection established from %{HOSTNAME:[client][domain]}\[%{IP:[client][address]}\]: %{GREEDYDATA:[postfix][detail]}"]
0 commit comments