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
Copy file name to clipboardExpand all lines: packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-events.log-expected.json
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1674,11 +1674,15 @@
1674
1674
"event": {
1675
1675
"action": "anyconnect_vpn_connect",
1676
1676
"category": [
1677
-
"network"
1677
+
"network",
1678
+
"session"
1678
1679
],
1679
1680
"original": "<134>1 1639132851.416656563 TCP9001 events anyconnect_vpn_connect user id 'user.name2' local ip 172.25.22.244 reconnected from 67.43.156.14",
1680
1681
"type": [
1681
-
"info"
1682
+
"info",
1683
+
"access",
1684
+
"allowed",
1685
+
"start"
1682
1686
]
1683
1687
},
1684
1688
"message": "user id 'user.name2' local ip 172.25.22.244 reconnected from 67.43.156.14",
@@ -1722,11 +1726,15 @@
1722
1726
"event": {
1723
1727
"action": "anyconnect_vpn_connect",
1724
1728
"category": [
1725
-
"network"
1729
+
"network",
1730
+
"session"
1726
1731
],
1727
1732
"original": "<134>1 1639132851.416656563 TCP9001 events anyconnect_vpn_connect user id 'user.name3' local ip 175.16.199.1 connected from 1.128.0.1",
1728
1733
"type": [
1729
-
"info"
1734
+
"info",
1735
+
"access",
1736
+
"allowed",
1737
+
"start"
1730
1738
]
1731
1739
},
1732
1740
"message": "user id 'user.name3' local ip 175.16.199.1 connected from 1.128.0.1",
0 commit comments