> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/feature-management-experimentation/management-and-administration/audit-logs/admin.md).

# Admin Audit Logs

Admin audit logs capture every change made to objects in Harness FME by users with enhanced permissions.

These logs provide a record of who made a change, what was changed, and when, helping teams track configuration updates, ensure accountability, and support governance.

{% tabs %}
{% tab title="Harness FME (Recommended)" %}
The following objects in Harness FME are tracked in admin audit logs:

* SDK API keys
* Environments
* Traffic types
* Dimensions
* Security settings
* General settings
* Monitor window and statistics

import { Section, supportedAdminAuditLogs } from '/src/components/Docs/data/fmeAdminAuditlogs';

{% hint style="info" %}
Over time, these audit log entries will move to the Harness platform’s [Audit Trails](/harness-platform/3.0/harness-platform-resources/governance/audit-trail.md) feature, but for now they are only accessible in the FME UI or by FME’s [Audit Log webhook](/feature-management-experimentation/management-and-administration/api-best-practices/webhooks/admin-audit-logs.md).
{% endhint %}
{% endtab %}

{% tab title="Legacy Split" %}
The following objects in legacy Split are tracked in admin audit logs:

* SDK API keys
* Admin API keys
* Environments
* Traffic types
* Dimensions
* Users and their group memberships
* Groups
* Security settings
* General settings
* Monitor window and statistics
  {% endtab %}
  {% endtabs %}

### Viewing changes <a href="#viewing-changes" id="viewing-changes"></a>

{% tabs %}
{% tab title="Harness FME (Recommended)" %}
Access admin audit logs by navigating to **FME Settings**, select **Security**, and click the **Admin audit logs** tab. You can see a table of all changes that are made by users against the objects listed above.

![](/files/2NXgYHI6jPPhaVE3yDwj)

When hovering over the row for an admin audit log, click on the object name for that change to see more information about each update, including a diff view of what elements of the object were edited.

![](/files/XdWVXqMcbIKoJjBzhn33)
{% endtab %}

{% tab title="Legacy Split" %}
Access Admin audit logs by navigating to **Admin settings**, select **Security**, and click the **Admin audit logs** tab. Admins see a table of all changes that are made by Admins against the objects listed above.

![](/files/bstDVIRoFS0fPOXq73mM)

When hovering over the row for an audit log, click on the object name for that change to see more information about each update, including a diff view of what elements of the object were edited.

![](/files/USkGrq5sQIUFQyB8j3ue)
{% endtab %}
{% endtabs %}

Monitor this data using the user interface to more easily audit every modification made to these administrative settings over time, or to troubleshoot any issues that occur with your integrations. You can also pull out this data using the [outgoing webhook](/feature-management-experimentation/management-and-administration/api-best-practices/webhooks/admin-audit-logs.md) for analysis within other tools.
