Are you sure you want to delete this access key?
title | intro | redirect_from | versions | type | topics |
---|---|---|---|---|---|
Auditing users across your enterprise | The audit log dashboard shows site administrators the actions performed by all users and organizations across your enterprise within the past 90 days, including details such as who performed the action, what the action was, and when the action was performed. | [/enterprise/admin/guides/user-management/auditing-users-across-an-organization/ /enterprise/admin/user-management/auditing-users-across-your-instance /admin/user-management/auditing-users-across-your-instance /admin/user-management/auditing-users-across-your-enterprise] | [{enterprise-server *} {github-ae *}] | how_to | [Auditing Enterprise Organizations Security User account] |
The audit log dashboard gives you a visual display of audit data across your enterprise.
{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.audit-log-tab %}
Within the map, you can pan and zoom to see events around the world. Hover over a country to see a quick count of events from that country.
The audit log lists the following information about actions made within your enterprise:
{% warning %}
Notes:
created
qualifier.{% endwarning %}
The repo
qualifier limits actions to a specific repository owned by your organization. For example:
repo:my-org/our-repo
finds all events that occurred for the our-repo
repository in the my-org
organization.repo:my-org/our-repo repo:my-org/another-repo
finds all events that occurred for both the our-repo
and another-repo
repositories in the my-org
organization.-repo:my-org/not-this-repo
excludes all events that occurred for the not-this-repo
repository in the my-org
organization.You must include your organization's name within the repo
qualifier; searching for just repo:our-repo
will not work.
The actor
qualifier scopes events based on the member of your organization that performed the action. For example:
actor:octocat
finds all events performed by octocat
.actor:octocat actor:hubot
finds all events performed by both octocat
and hubot
.-actor:hubot
excludes all events performed by hubot
.You can only use a {% data variables.product.product_name %} username, not an individual's real name.
The org
qualifier limits actions to a specific organization. For example:
org:my-org
finds all events that occurred for the my-org
organization.org:my-org action:team
finds all team events performed within the my-org
organization.-org:my-org
excludes all events that occurred for the my-org
organization.The action
qualifier searches for specific events, grouped within categories. For information on the events associated with these categories, see "Audited actions".
Category name | Description |
---|---|
hook |
Contains all activities related to webhooks. |
org |
Contains all activities related organization membership |
repo |
Contains all activities related to the repositories owned by your organization. |
team |
Contains all activities related to teams in your organization. |
You can search for specific sets of actions using these terms. For example:
action:team
finds all events grouped within the team category.-action:billing
excludes all events in the billing category.Each category has a set of associated events that you can filter on. For example:
action:team.create
finds all events where a team was created.-action:billing.change_email
excludes all events where the billing email was changed.The country
qualifier filters actions by the originating country.
country:de
finds all events that occurred in Germany.country:Mexico
finds all events that occurred in Mexico.country:"United States"
all finds events that occurred in the United States.The created
qualifier filters actions by the time they occurred.
YYYY-MM-DD
--that's year, followed by month, followed by day.created:2014-07-08
finds all events that occurred on July 8th, 2014.created:>=2014-07-01
finds all events that occurred on or after July 8th, 2014.created:<=2014-07-01
finds all events that occurred on or before July 8th, 2014.created:2014-07-01..2014-07-31
finds all events that occurred in the month of July 2014.Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?