- Notifications
You must be signed in to change notification settings - Fork 513
[cisco_meraki] Parse of connecting and reconnecting events #14231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ac6eaed 74813cf 983a5bc 716535a 579e558 File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -502,6 +502,73 @@ | |
| "name": "jwick" | ||
| } | ||
| }, | ||
| { | ||
| "@timestamp": "2022-03-17T00:48:12.669Z", | ||
| "cisco_meraki": { | ||
| "event_subtype": "client_vpn_connect", | ||
| "event_type": "events" | ||
| }, | ||
| "client": { | ||
| "as": { | ||
| "number": 29518, | ||
| "organization": { | ||
| "name": "Bredband2 AB" | ||
| } | ||
| }, | ||
| "geo": { | ||
| "city_name": "Linköping", | ||
| "continent_name": "Europe", | ||
| "country_iso_code": "SE", | ||
| "country_name": "Sweden", | ||
| "location": { | ||
| "lat": 58.4167, | ||
| "lon": 15.6167 | ||
| }, | ||
| "region_iso_code": "SE-E", | ||
| "region_name": "Östergötland County" | ||
| }, | ||
| "ip": "89.160.20.128" | ||
| }, | ||
| "ecs": { | ||
| "version": "8.11.0" | ||
| }, | ||
| "event": { | ||
| "action": "site-to-site-vpn", | ||
| "category": [ | ||
| "network", | ||
| "session" | ||
| ], | ||
| "original": "<134>1 1647478092.669153546 MX_device_4 events client_vpn_connect user id 'user@example.com' local ip 81.2.69.142 reconnected from 89.160.20.128", | ||
| "type": [ | ||
| "info", | ||
| "access", | ||
| "allowed", | ||
| "start" | ||
| ] | ||
| Comment on lines +542 to +547 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do the Collaborator Author There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably worth a follow-up issue. Not for now. Collaborator Author There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure. | ||
| }, | ||
| "message": "user id 'user@example.com' local ip 81.2.69.142 reconnected from 89.160.20.128", | ||
| "network": { | ||
| "forwarded_ip": "81.2.69.142" | ||
| }, | ||
| "observer": { | ||
| "hostname": "MX_device_4" | ||
| }, | ||
| "related": { | ||
| "user": [ | ||
| "user", | ||
| "user@example.com" | ||
| ] | ||
| }, | ||
| "tags": [ | ||
| "forwarded", | ||
| "preserve_original_event" | ||
| ], | ||
| "user": { | ||
| "domain": "example.com", | ||
| "email": "user@example.com", | ||
| "name": "user" | ||
| } | ||
| }, | ||
| { | ||
| "@timestamp": "2021-12-10T10:40:50.430Z", | ||
| "cisco_meraki": { | ||
| | @@ -1634,6 +1701,54 @@ | |
| "name": "user.name2" | ||
| } | ||
| }, | ||
| { | ||
| "@timestamp": "2021-12-10T10:40:51.416Z", | ||
| "cisco_meraki": { | ||
| "event_subtype": "anyconnect_vpn_connect", | ||
| "event_type": "events" | ||
| }, | ||
| "client": { | ||
| "as": { | ||
| "number": 1221, | ||
| "organization": { | ||
| "name": "Telstra Pty Ltd" | ||
| } | ||
| }, | ||
| "ip": "1.128.0.1" | ||
| }, | ||
| "ecs": { | ||
| "version": "8.11.0" | ||
| }, | ||
| "event": { | ||
| "action": "anyconnect_vpn_connect", | ||
| "category": [ | ||
| "network" | ||
| ], | ||
| "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", | ||
| "type": [ | ||
| "info" | ||
| ] | ||
| }, | ||
| "message": "user id 'user.name3' local ip 175.16.199.1 connected from 1.128.0.1", | ||
| "network": { | ||
| "forwarded_ip": "175.16.199.1" | ||
| }, | ||
| "observer": { | ||
| "hostname": "TCP9001" | ||
| }, | ||
| "related": { | ||
| "user": [ | ||
| "user.name3" | ||
| ] | ||
| }, | ||
| "tags": [ | ||
| "forwarded", | ||
| "preserve_original_event" | ||
| ], | ||
| "user": { | ||
| "name": "user.name3" | ||
| } | ||
| }, | ||
| { | ||
| "@timestamp": "2021-12-10T10:40:51.416Z", | ||
| "cisco_meraki": { | ||
| | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -228,7 +228,7 @@ | |
| "name": "Windows", | ||
| "version": "10" | ||
| }, | ||
| "version": "108.0" | ||
| "version": "108.0." | ||
| } | ||
| }, | ||
| { | ||
| | ||
Uh oh!
There was an error while loading. Please reload this page.