- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 06:07 PM
Currently, I am trying to implement lost mode notifications with push pubsub and I need to subscribe enterprise to receive usage logs. When I try to use the following json to patch my enterprise (a chunk related to usage logs):
"enabledNotificationTypes": [
"ENROLLMENT",
"STATUS_REPORT",
"USAGE_LOGS",
"COMMAND"
]
I receive only "ENROLLMENT", "STATUS_REPORT" and "COMMAND" in response json. And as expected no location event logs are being pushed from the pubsub. Do I need extra configuration to use USAGE_LOGS or something?
Response example json:
{
"name": "enterprises/enterpriseName",
"enabledNotificationTypes": [
"ENROLLMENT",
"STATUS_REPORT",
"COMMAND"
],
"pubsubTopic": "projects/projectId/topics/topicName",
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 01:15 AM
I've checked our logs, and it seems that even this has not been enabled, I'm seeing some USAGE_LOGS on our incoming notification
"usageLogEvents": [{ "eventTime": "2024-03-22T16:49:12.079Z", "eventType": "ENROLLMENT_COMPLETE", "enrollmentCompleteEvent": { } }] }", attributes: {"notificationType"=>"USAGE_LOGS"}, |
So maybe this is enabled "by default" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 01:02 AM
Hi there
I'm seeing the same behaviour when I enable USAGE_LOGS on my enterprise also. @jeremy any insight?
This would be worth raising in the partner community (emm.androidenterprise.dev) also for more in-depth assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 01:07 AM
Hey @jasonbayton @bonnewu seeing the same thing here also, cannot enable USAGE_LOGS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 01:11 AM
@Lizzie is this expected? I can't see any docs that would suggest it can't be enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 01:15 AM
I've checked our logs, and it seems that even this has not been enabled, I'm seeing some USAGE_LOGS on our incoming notification
"usageLogEvents": [{ "eventTime": "2024-03-22T16:49:12.079Z", "eventType": "ENROLLMENT_COMPLETE", "enrollmentCompleteEvent": { } }] }", attributes: {"notificationType"=>"USAGE_LOGS"}, |
So maybe this is enabled "by default" ?
- Intune - Compliance policy not assigned in Admin discussions
- Taming the tech jargon: your guide to enterprise mobility acronyms in Admin resources
- Push pubsub not sending usage logs location event on lost mode in Admin discussions
- Subscribe enterprise to receive usage logs in Admin discussions
- Android 14 - Android Enterprise WiFi Profile Issues - Microsoft Intune in Admin discussions