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
<166>Sep 29 2022 15:00:15 hosty : %FTD-6-602303: IPSEC: An outbound LAN-to-LAN SA (SPI= 0xF0079F5A) between 192.168.0.139 and 192.168.0.38 (user= 192.168.0.38) has been created.
2
2
<166>Sep 29 2022 15:00:15 hosty : %FTD-6-602304: IPSEC: An inbound LAN-to-LAN SA (SPI= 0xEAEE970F) between 192.168.0.38 and 192.168.0.139 (user= 192.168.0.38) has been deleted.
3
+
<166>ACA1a-FW-FTDV01 %FTD-6-113005: AAA user authentication Rejected : reason = AAA failure : server = 192.168.0.38 : user = scan : user IP = 192.168.0.139
Copy file name to clipboardExpand all lines: packages/cisco_ftd/data_stream/log/_dev/test/pipeline/test-ftd-fix.log-expected.json
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,66 @@
146
146
"user": {
147
147
"name": "192.168.0.38"
148
148
}
149
+
},
150
+
{
151
+
"destination": {
152
+
"address": "192.168.0.38",
153
+
"ip": "192.168.0.38"
154
+
},
155
+
"ecs": {
156
+
"version": "8.11.0"
157
+
},
158
+
"event": {
159
+
"action": "logon-failed",
160
+
"code": "113005",
161
+
"original": "<166>ACA1a-FW-FTDV01 %FTD-6-113005: AAA user authentication Rejected : reason = AAA failure : server = 192.168.0.38 : user = scan : user IP = 192.168.0.139",
Copy file name to clipboardExpand all lines: packages/cisco_ftd/data_stream/log/elasticsearch/ingest_pipeline/default.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ processors:
357
357
description: "113005"
358
358
field: "message"
359
359
patterns:
360
-
- "AAA user authentication Rejected: reason = %{REASON}: server = %{IP:destination.address}: user = ?%{CISCO_USER:source.user.name}: user IP = %{IP:source.address}"
360
+
- "AAA user authentication Rejected(%{SPACE})?: reason = %{REASON}(%{SPACE})?: server = %{IP:destination.address}(%{SPACE})?: user = ?%{CISCO_USER:source.user.name}(%{SPACE})?: user IP = %{IP:source.address}"
0 commit comments