diff --git a/assets/images/help/actions/starter-workflow-rust.png b/assets/images/help/actions/starter-workflow-rust.png index 43645e23b5b0..c399fc09a72a 100644 Binary files a/assets/images/help/actions/starter-workflow-rust.png and b/assets/images/help/actions/starter-workflow-rust.png differ diff --git a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/log-forwarding.md b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/log-forwarding.md index c93b8828b3df..b5763620872b 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/log-forwarding.md +++ b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/log-forwarding.md @@ -21,10 +21,14 @@ topics: ## About log forwarding +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. + 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)). 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. +For more information on log content, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-system-logs). + ## Enabling log forwarding 1. On the {% data variables.enterprise.management_console %} settings page, in the left sidebar, click **Monitoring**. diff --git a/data/reusables/copilot/copilot-chat-models-list-o1.md b/data/reusables/copilot/copilot-chat-models-list-o1.md deleted file mode 100644 index b68ec487514f..000000000000 --- a/data/reusables/copilot/copilot-chat-models-list-o1.md +++ /dev/null @@ -1,10 +0,0 @@ -The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}: - -* **GPT 4o:** This is the default {% data variables.product.prodname_copilot_chat_short %} model. It is a versatile, multimodal model that excels in both text and image processing and is designed to provide fast, reliable responses. It also has superior performance in non-English languages. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/gpt-4o) and review the [model card](https://openai.com/index/gpt-4o-system-card/). Gpt-4o is hosted on Azure. -* **{% data variables.copilot.copilot_claude_sonnet %}:** This model excels at coding tasks across the entire software development lifecycle, from initial design to bug fixes, maintenance to optimizations. Learn more about the [model's capabilities](https://www.anthropic.com/claude/sonnet) or read the [model card](https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf). {% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_claude_sonnet %} hosted on Amazon Web Services. -* **o1:** This model is focused on advanced reasoning and solving complex problems, in particular in math and science. It responds more slowly than the `gpt-4o` model. You can make 10 requests to this model per day. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/o1) and review the [model card](https://openai.com/index/openai-o1-system-card/). o1 is hosted on Azure. -* **o1-mini:** This is the faster version of the `o1` model, balancing the use of complex reasoning with the need for faster responses. It is best suited for code generation and small context operations. You can make 50 requests to this model per day. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/o1) and review the [model card](https://openai.com/index/openai-o1-system-card/). o1-mini is hosted on Azure. - -For more information about the o1 models, see [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation. - -For more information about the {% data variables.copilot.copilot_claude_sonnet %} model from Anthropic, see [AUTOTITLE](/copilot/using-github-copilot/using-claude-sonnet-in-github-copilot). diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index b6103f2fd25a..be20ef5a994a 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -94,6 +94,11 @@ "description": "Code scanning alerts were fixed.", "docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning" }, + { + "action": "code_scanning.alert_closed_became_outdated", + "description": "Code scanning alerts were closed as outdated (all configurations they were detected in were deleted).", + "docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning" + }, { "action": "code_scanning.alert_closed_by_user", "description": "Code scanning alerts were manually dismissed.", diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index 500f76f3f7f2..c322a5814341 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -689,6 +689,11 @@ "description": "Code scanning alerts were fixed.", "docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning" }, + { + "action": "code_scanning.alert_closed_became_outdated", + "description": "Code scanning alerts were closed as outdated (all configurations they were detected in were deleted).", + "docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning" + }, { "action": "code_scanning.alert_closed_by_user", "description": "Code scanning alerts were manually dismissed.", diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index b6103f2fd25a..be20ef5a994a 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -94,6 +94,11 @@ "description": "Code scanning alerts were fixed.", "docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning" }, + { + "action": "code_scanning.alert_closed_became_outdated", + "description": "Code scanning alerts were closed as outdated (all configurations they were detected in were deleted).", + "docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning" + }, { "action": "code_scanning.alert_closed_by_user", "description": "Code scanning alerts were manually dismissed.", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index a2e87ea6b324..560635a37193 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "f1afd484608dbf8aee7b8982295d829f9f5f2d1b" + "sha": "cc5c30b400bb9bfc6db55dfef4522ac840be69b0" } \ No newline at end of file diff --git a/src/links/lib/excluded-links.yml b/src/links/lib/excluded-links.yml index 63a3ee5032df..6765137a5e46 100644 --- a/src/links/lib/excluded-links.yml +++ b/src/links/lib/excluded-links.yml @@ -83,3 +83,5 @@ - startsWith: https://www.ilo.org - is: https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes - is: https://learning.getpostman.com/docs/postman/sending_api_requests/graphql/ +- is: https://www.nongnu.org/oath-toolkit/man-oathtool.html +- is: https://www.gnu.org/software/emacs/