-
Notifications
You must be signed in to change notification settings - Fork 228
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
[CoE Starter Kit - BUG] Audit Logs/ PowerBi Production dashboard #9282
Comments
|
Yes I have performed all these steps multiple times and I am still not seeing any data... I restarted the subscription flow and received this message: "The subscription is already enabled. No property change." |
You will need to find an instance where you have a launch to test this. My suspicion is that you are impacted by this: #9268 So if you prefer you can just do the workaround for now that is described there. |
What I'm trying to do is see if your Purview schema is correct. The easiest way to check is to download the logs manually but you may not have permissions. Lets check.
|
So before I do that, I went into another bug discussion and saw that you mentioned to make sure these 2 flows were turned on. However, I was facing a Policy error. In my attempt to fix it, I am now unable to even edit these flows. I am getting this error message: "The XRM workflow table row could not be found." I was thinking maybe I should try to delete them and reimport them? |
ok the issue should not be schema then. You can delete that second solution (auditlogsbackupwithoutpurview) and return to the flow in core : Admin | Audit Logs | Sync Audit Logs (V2) You will need to find cases where you have Power Apps activities which are 45 ad 256 |
That flow just ran 40 minutes ago and I see recordtypes as: 84,83,25,210,66. However, my powerbi production dashboard now has data. I did receive an email regarding one of the flows: "Your flow has used more than 80% of its Power Platform Requests limit in the past 24 hours. The performance is currently not impacted as it is below limits. But if the usage grows, further actions may be throttled or slowed down. Power Platform Requests used: 160817, Power Platform Requests transition limit: 200000." Flow name: Admin | Sync Template v4 (Connection Identities) |
Please post a separate issue for issues with that new flow, we have to keep issues to single topic in order to manage them all. This flow, Admin | Audit Logs | Sync Audit Logs (V2), is also API intensive especially when you use the O365 Management API technique to get the Purview logs. This is because it cannot filter with the call to the API and you have to filter in the app, hence all those other recordtypes. I suggest you change to use the Graph API to get Purview. It's a new API offered and our new recommendation. It allows us to filter with the call to the API to Power Platform only, and hence we dont have to spend API hits on all those other record types. |
closing out as no further action for starter kit team |
Does this bug already exist in our backlog?
Describe the issue
I am having issues with setting up CoE audit logs and the production coe dashboard for powerbi. I followed the instructions that are listed on Microsoft (https://learn.microsoft.com/en-us/power-platform/guidance/coe/setup-auditlog-http) and as you can see in the attached images, everything is empty. I went through the CoE setup wizard and audit log wizard multiple times. The power platform admin center is completely empty, audit logs empty, and same with the powerbi dashboard. Can anyone offer some solution?
Expected Behavior
No response
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.45
What app or flow are you having the issue with?
Production_CoEDashboard
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: