-
Notifications
You must be signed in to change notification settings - Fork 474
[azure][graphactivitylogs] - Fixed a bug related to event.duration value mapping #12233
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
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
cc @ShourieG |
@@ -109,7 +109,6 @@ | |||
], | |||
"url": { | |||
"domain": "graph.microsoft.com", | |||
"extension": "0/organization/a140785b-418d-4344-a4ec-8e9648919gdb", |
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.
@ShourieG, if you ran pipeline tests on 8.13
you will continue to get this.
The bug was fixed in 8.14
: elastic/elasticsearch#105689
Package azure - 1.20.2 containing this change is available at https://epr.elastic.co/package/azure/1.20.2/ |
Type of change
Proposed commit message
Fixed an issue where event.duration values were not properly being converted by implicit assignment due to differing on the basis of source and target datatypes. Added a convert processor to make this work properly and also fixed a naming related buf.
Note:
Some url extensions got removed because previously the parsing was incorrectly done, extensions should only occur after a '.', but the version number '.' was being incorrectly used. This is likely due to recent internal updates and not related to this change but regenerating the tests rectified this.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots