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
There's three bugs to fix and one improvement in to do:
(bug) Date seconds not correctly parsed. ("event.original": "36Z [...").
(improvement) The message label %NGIPS-0-430003 is not understood because it doesn't start with the %ASA nor %FTD prefix. The pipeline needs to be extended to support arbitrary prefixes.
(bug) The missing %FTD header triggers event-type-ID detection code for compatibility with FTD versions older than 6.3. This is not working correctly as it detects the message as type 430002 instead of 430003.
(bug) IPReputationSICategory and the URL fields are not extracted from the message.
The text was updated successfully, but these errors were encountered:
The shared Cisco ASA/FTD pipeline doesn't parse the following message correctly:
The output is:
There's three bugs to fix and one improvement in to do:
%NGIPS-0-430003
is not understood because it doesn't start with the%ASA
nor%FTD
prefix. The pipeline needs to be extended to support arbitrary prefixes.%FTD
header triggers event-type-ID detection code for compatibility with FTD versions older than 6.3. This is not working correctly as it detects the message as type430002
instead of430003
.IPReputationSICategory
and the URL fields are not extracted from the message.The text was updated successfully, but these errors were encountered: