Open JasperJuergensen opened 5 years ago
I found this page from a Google search for "ASA-7-609001" and was hoping for a solution. I have tried a custom pattern file, and I still get a grok parse failure.
<123>asa %ASA-7-609001: Built local-host outside:192.0.2.42\n
<123>asa %ASA-7-609002: Teardown local-host outside:192.0.2.42 duration 0:02:25\n
This pattern works in grok debugger, but it does not seem to work in production:
CISCOFW609001_609002 %{CISCO_ACTION:action} %{WORD} %{DATA:src_interface}:%{IP:src_ip}?(\\n)?( duration %{TIME:duration})?(\\n)
Any suggestions?
Patterns for CISCO ASA-7-609001, ASA-6-604103, ASA-6-303002, ASA-6-607001 are missing.
ASA-6-303002 has already been requested in issue #208 and an implementation has been provided in #226
Sample Data:
Possible implementation for ASA-7-609001:
Possible implementation for ASA-6-607001:
Possible implementation for ASA-6-604103:
Possible implementation for ASA-6-303002 (from #226 ):