This article details how to filter and export events that contain changedAttributes fields under the debugContext fields in the Okta System Log.
Most debugContext fields in the Okta System Log are not available for export via CSV, including debugContext.debugData.changedAttributes. These fields may still be used to filter and export available event fields from the filtered results through the admin console UI for System Log searches.
The System Log API may be used to retrieve additional debugContext fields not present in the default CSV report and export them.
- Okta System Log
- User Attributes
To export the CSV of only events that indicate an attribute has changed, follow these steps:
- Go to Reports > System Log.
- Under the Search open field, click on the Advanced Filters link.
- On the "Advanced Filters" pop-up window, search for
debugContext.debugData.changedAttributes. - Use "is present" in the drop-down field to search for all instances of Changed Attributes.
NOTE: Depending on the use case, such as an org with multiple Profile Source imports, opt to add additional search filters (for example, target AppInstanceId or Okta User Id). - Click Apply Filter.
- Once all entries have shown, click Download CSV on the top right of the table that displays the results.
Related References
