- 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
Conversation
…vpn_connect and client_vpn_connect
| Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage |
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
events | 500000 | 333333.33 | -166666.67 (-33.33%) | 💔 |
To see the full report comment with /test benchmark fullreport
packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-events.log Show resolved Hide resolved
| /test |
| @brijesh-elastic, this doesn't seem to be an issue with CI. I was able to get similar output as CI locally. Please check. diff --git a/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-events.log-expected.json b/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-events.log-expected.json index 95c5c74b29..d36643f01f 100644 --- a/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-events.log-expected.json +++ b/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-events.log-expected.json @@ -553,12 +553,20 @@ "observer": { "hostname": "MX_device_4" }, + "related": { + "user": [ + "user", + "user@example.com" + ] + }, "tags": [ "forwarded", "preserve_original_event" ], "user": { - "name": "user@example.com" + "domain": "example.com", + "email": "user@example.com", + "name": "user" } }, { @@ -1728,6 +1736,11 @@ "observer": { "hostname": "TCP9001" }, + "related": { + "user": [ + "user.name3" + ] + }, "tags": [ "forwarded", "preserve_original_event" diff --git a/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-urls.log-expected.json b/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-urls.log-expected.json index c6e3ec0610..b42049f515 100644 --- a/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-urls.log-expected.json +++ b/packages/cisco_meraki/data_stream/log/_dev/test/pipeline/test-urls.log-expected.json @@ -228,7 +228,7 @@ "name": "Windows", "version": "10" }, - "version": "108.0" + "version": "108.0." } }, { |
💚 Build Succeeded
History
|
|
| This is a stack version issue; it's important to run the test expectation generation with the same stack version as is specified by the package's manifest |
| "type": [ | ||
| "info", | ||
| "access", | ||
| "allowed", | ||
| "start" | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do the event.types (and event.categorys) differ between the client_vpn_connect and the anyconnect_vpn_connect cases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably worth a follow-up issue. Not for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure.
efd6 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
| Package cisco_meraki - 1.29.1 containing this change is available at https://epr.elastic.co/package/cisco_meraki/1.29.1/ |
…onnect_vpn_connect and client_vpn_connect (elastic#14231)




Proposed commit message
Checklist
changelog.ymlfile.How to test this PR locally
Related issues