> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/ssd/security-risk-and-prioritization/user-guide/managing-audit/audit-center.md).

# Audit Center

{% hint style="info" %}
The User Audit page can be accessed only by Admin users.
{% endhint %}

The Audit Center page consolidates audit information from multiple SSD services to provide enhanced visibility into user activities. It displays User Login Activity data, offering administrators a centralized view of access patterns and actions.&#x20;

### To View Audit Center&#x20;

* Navigate to **Audit -> Audit Center**. The Audit Center page is displayed as shown below:

<figure><img src="/files/pk25mYyCA3UbVMxCov6f" alt=""><figcaption></figcaption></figure>

On clicking the relevant tab for which you want to view the logged activities the following related  details are displayed

* **Event Name** - Displays the name of the event that has occurred. Eg: login, logout
* **Event Type** - Displays the type of the activity. Eg: user activity.
* **Track ID** - Displays the ID for the event through which the activity can be tracked.&#x20;
* **Message** - Displays the message that is related to the event.&#x20;
* **Service** - Displays the name of the service through which the event has occurred.&#x20;
* **User Name** - Displays the name of the user who has logged in.&#x20;
* **Status** - Displays the status of the event. Eg: Success or Failure.&#x20;
* **Created At** - Displays the date in which the event occurred.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/ssd/security-risk-and-prioritization/user-guide/managing-audit/audit-center.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
