Skip to content

Commit 588231b

Browse files
authored
Merge pull request #36166 from github/repo-sync
Repo sync
2 parents 0955dbe + a629d21 commit 588231b

File tree

8 files changed

+22
-11
lines changed

8 files changed

+22
-11
lines changed
Loading

content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/log-forwarding.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ topics:
2121

2222
## About log forwarding
2323

24+
Forwarding logs to an external receiver allows your organization to centralize log management and retention, providing the data needed for monitoring system activity, detecting anomalies, and integrating with existing security and analytics tools.
25+
2426
Any log collection system that supports syslog-style log streams is supported (e.g., [Logstash](https://www.elastic.co/products/logstash) and [Splunk](https://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports)).
2527

2628
When you enable log forwarding, you must upload a CA certificate to encrypt communications between syslog endpoints. Your appliance and the remote syslog server will perform two-way SSL, each providing a certificate to the other and validating the certificate which is received.
2729

30+
For more information on log content, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-system-logs).
31+
2832
## Enabling log forwarding
2933

3034
1. On the {% data variables.enterprise.management_console %} settings page, in the left sidebar, click **Monitoring**.

data/reusables/copilot/copilot-chat-models-list-o1.md

-10
This file was deleted.

src/audit-logs/data/fpt/organization.json

+5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
"description": "Code scanning alerts were fixed.",
9595
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
9696
},
97+
{
98+
"action": "code_scanning.alert_closed_became_outdated",
99+
"description": "Code scanning alerts were closed as outdated (all configurations they were detected in were deleted).",
100+
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
101+
},
97102
{
98103
"action": "code_scanning.alert_closed_by_user",
99104
"description": "Code scanning alerts were manually dismissed.",

src/audit-logs/data/ghec/enterprise.json

+5
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,11 @@
689689
"description": "Code scanning alerts were fixed.",
690690
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
691691
},
692+
{
693+
"action": "code_scanning.alert_closed_became_outdated",
694+
"description": "Code scanning alerts were closed as outdated (all configurations they were detected in were deleted).",
695+
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
696+
},
692697
{
693698
"action": "code_scanning.alert_closed_by_user",
694699
"description": "Code scanning alerts were manually dismissed.",

src/audit-logs/data/ghec/organization.json

+5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
"description": "Code scanning alerts were fixed.",
9595
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
9696
},
97+
{
98+
"action": "code_scanning.alert_closed_became_outdated",
99+
"description": "Code scanning alerts were closed as outdated (all configurations they were detected in were deleted).",
100+
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
101+
},
97102
{
98103
"action": "code_scanning.alert_closed_by_user",
99104
"description": "Code scanning alerts were manually dismissed.",

src/audit-logs/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "f1afd484608dbf8aee7b8982295d829f9f5f2d1b"
6+
"sha": "cc5c30b400bb9bfc6db55dfef4522ac840be69b0"
77
}

src/links/lib/excluded-links.yml

+2
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@
8383
- startsWith: https://www.ilo.org
8484
- is: https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes
8585
- is: https://learning.getpostman.com/docs/postman/sending_api_requests/graphql/
86+
- is: https://www.nongnu.org/oath-toolkit/man-oathtool.html
87+
- is: https://www.gnu.org/software/emacs/

0 commit comments

Comments
 (0)