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
[cisco_asa] Add support for IPv6 parsing in 302xxx messages (elastic#15606)
In 302xxx messages, add properly parse IPv6 addresses. Previously, the address could be improperly parsed into interface, as both use colon seperators. This reorders the parsing to do IPv6 first, so that these addresses will be correctly parsed, while still parsing the interface if the field isn't IPv6.
Copy file name to clipboardExpand all lines: packages/cisco_asa/data_stream/log/_dev/test/pipeline/test-asa.log
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -277,3 +277,6 @@ Feb 12 11:37:00 myhost.example.com : Feb 12 11:37:00 EST: %ASA-auth-4-113011: AA
277
277
Feb 12 11:48:23 myhost.example.com : Feb 12 11:48:23 EST: %ASA-svc-4-722041: TunnelGroup <MY_TUNGROUP> GroupPolicy <GroupPolicy_USER_SET> User <[email protected]> IP <10.2.3.4> No IPv6 address available for SVC connection
278
278
Feb 3 10:07:37 myhost.example.com : Feb 03 10:07:37 EST: %ASA-svc-3-722035: Group <GroupPolicy_USER_SET> User <[email protected]> IP <10.1.2.3> Received large packet 1224 (threshold 1200).
279
279
Feb 3 10:07:51 myhost.example.com : Feb 03 10:07:50 EST: %ASA-4-733100: [ LOCAL\[email protected]#012 ] drop rate-1 exceeded. Current burst rate is 40 per second, max configured rate is 40; Current average rate is 2 per second, max configured rate is 20; Cumulative total count is 1486
280
+
<166>10.1.1.1 %ASA-6-302021: Teardown ICMP connection for faddr 2001:db8:85a3::8a2e:370:7334/9 gaddr 2001:db8:85a3::8a2e:370:7335/0 laddr 2001:db8:85a3::8a2e:370:7335/0 type 128 code 0 \n
281
+
<166>10.1.1.1 %ASA-6-302020: Built outbound ICMP connection for faddr 2001:db8:85a3::8a2e:370:7334/0 gaddr ::ffff:10.10.4.4/0 laddr ::ffff:10.10.10.4/0 type 3 code 0 Internal-Data0/0:RX[29]
282
+
<166>10.1.1.1 %ASA-6-302018: Teardown GRE connection 472592149 from Outside:81.2.69.142 to Inside:89.160.20.156/0 duration 0:02:01 bytes 1344 0 26
0 commit comments