> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Log

> Learn how to track event history for submissions and view administrator activity and deletion logs.

You can query all event messages that occurred before a user's submission reached its final status. After entering a specific person's name or a specific submission ID, you can check what event logs were stored for each individual submission by specifying the event type and event date range.

You can also view logs of administrator permission accounts added/deleted for the project and logs of deleted submissions.

<Frame caption="Event Log Screen">
  <img src="https://mintcdn.com/argosidentity/5QInvMzaFKCJlEV2/images/dashboard/new/event/event_log.png?fit=max&auto=format&n=5QInvMzaFKCJlEV2&q=85&s=61a2b9588c198a7b32b46835bc43865d" alt="Event log query screen" width="1908" height="905" data-path="images/dashboard/new/event/event_log.png" />
</Frame>

## Search and Filter Options

| Option                   | Description                                              |
| ------------------------ | -------------------------------------------------------- |
| **Specific Person Name** | Track event logs for individual users                    |
| **Submission ID**        | View complete event history for a specific submission    |
| **Event Type**           | Filter by desired event type                             |
| **Date Range**           | Query only events that occurred within a specific period |

<Tip>
  You can view detailed content through messages for each type.
</Tip>

## Trackable Event Types

| Event Category             | Included Content                                                | Purpose                        |
| -------------------------- | --------------------------------------------------------------- | ------------------------------ |
| **Submission Process**     | Submission start, step-by-step progress, completion/abandonment | Analyze user behavior patterns |
| **Authentication Results** | Approval, rejection, pending status changes                     | Track decision process         |
| **Administrator Activity** | Account addition/deletion, permission changes                   | Security and access management |
| **Data Management**        | Submission deletion, information modification                   | Ensure data integrity          |
| **System Events**          | Errors, warnings, system notifications                          | System monitoring              |

## How to Use Event Logs

<CardGroup cols={2}>
  <Card title="Troubleshooting" icon="wrench">
    Analyze causes of submission failures and derive solutions.
  </Card>

  <Card title="Security Audit" icon="shield-check">
    Review administrator activity and data access history.
  </Card>

  <Card title="User Support" icon="headset">
    Understand the exact situation when users inquire.
  </Card>

  <Card title="Process Improvement" icon="chart-line-up">
    Improve UX by analyzing event patterns.
  </Card>
</CardGroup>

<Note>
  Event logs can also be used as important evidence to meet audit requirements for regulatory compliance.
</Note>

## Administrator Permission Logs

All activities related to administrator permissions within the project are recorded:

* New administrator account addition
* Existing administrator account deletion
* Permission level changes
* Access permission modifications

## Submission Deletion Logs

Records of deleted submissions are maintained for data protection and tracking:

| Record Item                          | Description                    |
| ------------------------------------ | ------------------------------ |
| Deletion Executor Information        | Who executed the deletion      |
| Deletion Time and Date               | When it was deleted            |
| Deletion Reason                      | Reason for deletion (optional) |
| Deleted Submission Basic Information | Which submission was deleted   |

<Warning>
  **Data Security**

  Event logs are important audit materials, so manage them so that only administrators with appropriate permissions can access them.
</Warning>

## Log Analysis Tips

<Steps>
  <Step title="Regular Review">
    Regularly review abnormal patterns or error messages.
  </Step>

  <Step title="Drop-off Analysis">
    Identify and improve stages with high user drop-off rates.
  </Step>

  <Step title="Security Audit">
    Conduct security audits through administrator activity logs.
  </Step>

  <Step title="System Optimization">
    Optimize systems by analyzing activity patterns by time period.
  </Step>

  <Step title="Preventive Measures">
    Identify recurring error patterns and establish preventive measures.
  </Step>
</Steps>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="User Submissions" icon="list-check" href="/dashboard/en/submission-management">
    View detailed information for individual submissions.
  </Card>

  <Card title="Statistics" icon="chart-line" href="/dashboard/en/dashboard">
    View overall service usage status.
  </Card>

  <Card title="Webhook Events" icon="webhook" href="/en/idcheck/webhooks/overview">
    Set up real-time event notifications.
  </Card>

  <Card title="Security Settings" icon="user-gear" href="/dashboard/en/project-management/security-settings/access-control">
    Configure administrator permissions.
  </Card>
</CardGroup>
