|
| 1 | +--- |
| 2 | +title: 'Track activity in Axiom' |
| 3 | +description: "This page explains how to track activity in your Axiom organization with the audit log." |
| 4 | +sidebarTitle: Audit Log |
| 5 | +tags: |
| 6 | + ['audit los', 'track activity'] |
| 7 | +--- |
| 8 | + |
| 9 | +The audit log allows you to track who did what and when within your Axiom organization. |
| 10 | + |
| 11 | +Tracking activity in your Axiom organization with the audit log is useful for legal compliance reasons. For example, you can investigate the following: |
| 12 | + |
| 13 | +- Track who has accessed the Axiom platform. |
| 14 | +- Track organization access over time. |
| 15 | +- Track data access over time. |
| 16 | + |
| 17 | +The audit log also make it easier to manage your Axiom organization. They allow you to do the following, among others: |
| 18 | + |
| 19 | +- Track changes made by your team to your observability posture. |
| 20 | +- Track monitoring performance. |
| 21 | + |
| 22 | +The audit log is available to all users. Enterprise customers can query the audit log for the full time range. Other customers can query the audit log for the previous three days. |
| 23 | + |
| 24 | +## Explore audit log |
| 25 | + |
| 26 | +1. Go to the **Explore** tab, and then click **APL**. |
| 27 | +2. Query the `axiom-audit` dataset. For example, run the query `['axiom-audit']` to display the raw audit log data in a table. |
| 28 | +3. Optional: Customize your query to filter or summarize the audit log. For more information, see [Explore data](/query-data/explore). |
| 29 | +4. Click **Run**. |
| 30 | + |
| 31 | +The `action` field specifies the type of activity that happened in your Axiom organization. |
| 32 | + |
| 33 | +## Export audit log |
| 34 | + |
| 35 | +1. Run the query to [display the audit log](#explore-audit-logs). |
| 36 | +2. Click <img src="/doc-assets/icons/ellipsis-vertical.svg" className="inline-icon" alt="More icon" /> **More > Download as JSON**. |
| 37 | + |
| 38 | +## Restrict access to audit log |
| 39 | + |
| 40 | +To restrict access to the audit log, use Axiom’s role-based access control to define who can access the `axiom-audit` dataset. For more information, see [Access](/reference/settings#access-overview). |
0 commit comments