-
Notifications
You must be signed in to change notification settings - Fork 474
[O365 Metrics] Add field site_type
missing in onedrive data streams
#13139
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
[O365 Metrics] Add field site_type
missing in onedrive data streams
#13139
Conversation
🚀 Benchmarks reportTo see the full report comment with |
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.
LGTM. Nit description.
Co-authored-by: Lucian Ioan <[email protected]>
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.
I hope we've tested for both data duplication and missing events after adding this new field, ensuring we don't overlook any dimension fields.
packages/o365_metrics/changelog.yml
Outdated
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "0.6.7" |
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.
Need to update this now that we have other versions available.
packages/o365_metrics/changelog.yml
Outdated
- version: "0.6.7" | ||
changes: | ||
- description: Add `site_type` field for `onedrive_usage_account_counts`, `onedrive_usage_file_counts` and `onedrive_usage_storage` data streams. | ||
type: bugfix |
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.
type: bugfix | |
type: enhancement |
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.
Could you also please update a sample_event.json
file for all the updated data streams?
Additionally, could you include system test cases for them, similar to how it's being done for the new data streams in the package?
yes, I have tested for data duplication and data loss cases after adding |
Updated the |
|
💚 Build Succeeded
History
|
Package o365_metrics - 0.11.1 containing this change is available at https://epr.elastic.co/package/o365_metrics/0.11.1/ |
Proposed commit message
Field
site_type
missing from the below data streamsChecklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots
onedrive_usage_storage

onedrive_usage_account_counts

onedrive_usage_file_counts
