[MS365] [Active Users] Add Active Users datastream#11934
[MS365] [Active Users] Add Active Users datastream#11934lucian-ioan merged 0 commit intoelastic:mainfrom
Conversation
🚀 Benchmarks reportTo see the full report comment with |
There was a problem hiding this comment.
shall we follow naming as o365.metrics.active.users ?
There was a problem hiding this comment.
we can use this link for Processors: https://www.elastic.co/guide/en/fleet/current/elastic-agent-processor-configuration.html
There was a problem hiding this comment.
| description: "The count of email messages sent by users during the reporting period. \n" | |
| description: "The count of email messages sent by users during the reporting period." |
packages/o365_metrics/changelog.yml
Outdated
There was a problem hiding this comment.
| - version: "0.2.0" | |
| - version: "0.1.1" |
1f1e918 to
fca367f
Compare
There was a problem hiding this comment.
Can we add the unit suffix "count" wherever applicable to the fields in this stream?
There was a problem hiding this comment.
The data for the skype_for_business field is not listed among the required metrics for this API. We can remove it for both active and inactive counts.
There was a problem hiding this comment.
Use agent link for processors
There was a problem hiding this comment.
| description: Collect Office 365 Active Users metrics via the Microsoft Graph API using CEL Input. | |
| description: Collect Office 365 Active Users metrics. |
There was a problem hiding this comment.
We need to update this, as the JSON in Elasticsearch contains a BOM character, which needs to be handled.
| return /[ -]/.matcher(s).replaceAll('_').toLowerCase(); | |
| String result = /[ -]/.matcher(s).replaceAll('_').toLowerCase(); | |
| return /[\ufeff]/.matcher(result).replaceAll('') |
|
💚 Build Succeeded
History
cc @lucian-ioan |
|
Package o365_metrics - 0.2.0 containing this change is available at https://epr.elastic.co/package/o365_metrics/0.2.0/ |


Proposed commit message
Add Active Users datastream.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots