You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/exporting-audit-log-activity-for-your-enterprise.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,15 @@ You can export Git events data by downloading a JSON file from your enterprise a
20
20
21
21
{% data reusables.audit_log.git-events-export-limited %}
22
22
23
-
{% data reusables.audit_log.exported-log-keys-and-values %}
23
+
As an alternative to exporting log events, you can use the API to retrieve audit log events. For more information, see [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise).
24
+
25
+
### Export limits
26
+
27
+
{% data reusables.audit_log.audit-log-enterprise-export-limit %}
24
28
25
-
As an alternative to exporting log events, you can use the API to retrieve audit log events, or set up {% data variables.product.github %} to stream audit data as events are logged. For more information, see [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise) and [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise).
29
+
### Exported log keys and values
30
+
31
+
{% data reusables.audit_log.exported-log-keys-and-values %}
Copy file name to clipboardExpand all lines: content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,12 @@ You can identify all events that were performed by a specific access token. For
174
174
175
175
{% data reusables.audit_log.git-events-export-limited %}
176
176
177
+
### Export limits
178
+
179
+
{% data reusables.audit_log.audit-log-org-export-limit %}
180
+
181
+
### Exported log keys and values
182
+
177
183
{% data reusables.audit_log.exported-log-keys-and-values %}
There is a hard limit when exporting the audit logs for your enterprise. These limits are either:
4
+
5
+
***100 MB** compressed file, or
6
+
***10 minutes** export processing time, or
7
+
***both**.
8
+
9
+
To avoid these limits, we recommend filtering the audit log to a smaller dataset before exporting. For more information, see [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise).
10
+
11
+
If you intend to review a large dataset of audit logs, we recommend streaming your logs to an external data management system. For more information, see [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise).
There is a hard limit when exporting the audit logs for your organization. These limits are either:
4
+
5
+
***100 MB** compressed file, or
6
+
***10 minutes** export processing time, or
7
+
***both**.
8
+
9
+
To avoid these limits, we recommend reducing the audit log to a smaller dataset before exporting. For more information, see [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#searching-the-audit-log).
10
+
11
+
{% ifversion ghec %}
12
+
If you intend to review a large dataset of audit logs, we recommend streaming your logs to an external data management system. For more information, see [AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise).
Copy file name to clipboardExpand all lines: src/graphql/data/fpt/changelog.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
1
1
[
2
+
{
3
+
"schemaChanges": [
4
+
{
5
+
"title": "The GraphQL schema includes these changes:",
6
+
"changes": []
7
+
}
8
+
],
9
+
"previewChanges": [],
10
+
"upcomingChanges": [
11
+
{
12
+
"title": "The following changes will be made to the schema:",
13
+
"changes": [
14
+
"<p>On member <code>User.viewerRelevantRepositories</code>:<code>viewerRelevantRepositories</code> will be removed. Use viewerCopilotChatRepositorySuggestions instead. <strong>Effective 2026-10-01</strong>.</p>"
A tool that must provide code scanning results for this rule to pass.
4992
4992
"""
4993
-
type CodeScanningTool @docsCategory(name: "repos") {
4993
+
type CodeScanningTool {
4994
4994
"""
4995
4995
The severity level at which code scanning results that raise alerts block a
4996
4996
reference update. For more information on alert severity levels, see "[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
@@ -5013,7 +5013,7 @@ type CodeScanningTool @docsCategory(name: "repos") {
5013
5013
"""
5014
5014
A tool that must provide code scanning results for this rule to pass.
The severity level at which code scanning results that raise alerts block a
5019
5019
reference update. For more information on alert severity levels, see "[About code scanning alerts](${externalDocsUrl}/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
"description": "<p>Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.</p>",
"description": "<p>Array of allowed merge methods. Allowed values include <code>merge</code>, <code>squash</code>, and <code>rebase</code>. At least one option must be enabled.</p>",
"description": "<p>Choose which tools must provide code scanning results before the reference is\nupdated. When configured, code scanning must be enabled and have results for\nboth the commit and the reference being updated.</p>",
0 commit comments