Anyone can help with this grok pattern??
grok {
match => [ "message", "^%{DAY:dia} %{DATESTAMP_EVENTLOG:data} %{NOTSPACE:email_addresss}"]
}
Example of the log file:
Sat 2019-09-07 08:04:37.283: * From: basededades@grupsa.com
Sat 2019-09-07 00:04:12.245: * From: basededades@grupsa.com
Tue 2019-09-10 00:00:06.687: * From: servicetonic@grupsa.com
Tue 2019-09-10 12:30:28.312: * From: codita2@coditas.org
Mon 2019-09-09 17:00:36.659: * From: base@grupsa.com
Mon 2019-09-09 19:31:47.123: * From: fjmartinez@grupsa.com
The log file has other type of lines but I think that will not efect??