Acerca de las bitácoras de auditoría
The audit log lists events triggered by activities that affect your enterprise within the current month and up to the previous six months. The audit log retains Git events for seven days.
Predeterminadamente, solo se muestran los eventos de los últimos tres meses. Para ver los eventos más viejos, debes especificar un rango de fechas con el parámetro creado
. Para obtener más información, consulta la sección "Entender la sintaxis de búsqueda".
The name for each audit log entry is composed of the action
object or category qualifier, followed by an operation type. For example, the repo.create
entry refers to the create
operation on the repo
category.
Cada entrada del registro de auditoría muestra información vigente acerca de un evento, como:
- The enterprise or organization an action was performed in
- The user (actor) who performed the action
- The user affected by the action
- En qué repositorio se realizó una acción
- La acción que se realizó
- En qué país se realizó la acción
- La fecha y hora en que ocurrió la acción
- Optionally, the source IP address for the user (actor) who performed the action
In addition to viewing your audit log, you can monitor activity in your enterprise in other ways, such as managing global webhooks. For more information, see "Exploring user activity in your enterprise."
Using your audit logs
As an enterprise owner, you can interact with the audit log data for your enterprise in several ways:
- You can view the audit log for your enterprise. For more information, see "Accessing the audit log for your enterprise."
- You can search the audit log for specific events and export audit log data. Para obtener más información, consulta las secciones "Buscar la bitácora de auditoría para tu empresa" y "Exportar la bitácora de auditoría para tu empresa".
- You can display the IP address associated with events in the audit log. For more information, see "Displaying IP addresses in the audit log for your enterprise."
- Puedes trasmitir datos de eventos de Git y de auditorías desde GitHub hacia un sistema externo de administración de datos. Para obtener más información, consulta la sección "Transmitir la bitácora de auditoría de tu empresa".
- You can use the Audit log API to view actions performed in your enterprise. Para obtener más información, consulta la sección "Utilizar la API de bitácora de auditoría para tu empresa".
For a full list of audit log actions that may appear in your enterprise audit log, see "Audit log actions for your enterprise."
Git events
Git events data, such as cloning, fetching, and pushing is logged. Para obtener más información, consulta la sección "Transmitir la bitácora de auditoría de tu empresa".