Skip to content

Commit

Permalink
Merge pull request #35388 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Nov 22, 2024
2 parents ebc04d8 + b6593cf commit f746b91
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ To set up the audit log stream, follow the instructions for your provider:
{% endif %}

{% ifversion ghec %}

### Streaming to multiple endpoints

>[!NOTE] This feature is currently in {% data variables.release-phases.public_preview %} and subject to change.
You can stream audit logs to multiple endpoints. For example, you can stream your audit log to two endpoints of the same type, or you can stream to two different providers. To set up multiple streams, follow the instructions for each provider.

{% endif %}

### Setting up streaming to Amazon S3

{% ifversion ghes %}
Expand Down
11 changes: 7 additions & 4 deletions content/admin/overview/about-the-github-enterprise-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ shortTitle: GitHub Enterprise API
---

With the APIs, you can automate many administrative tasks. Some examples include:

{% ifversion ghes %}
* Perform changes to the {% data variables.enterprise.management_console %}. For more information, see "[AUTOTITLE](/rest/enterprise-admin/management-console)."
* Configure LDAP sync. For more information, see "[AUTOTITLE](/rest/enterprise-admin/ldap)."{% endif %}
* Perform changes to the {% data variables.enterprise.management_console %}. For more information, see
{% ifversion management-console-manage-ghes-parity -%}
"[AUTOTITLE](/rest/enterprise-admin/manage-ghes)."
{%- else -%}
"[AUTOTITLE](/rest/enterprise-admin/management-console)."
{%- endif %}
* Configure LDAP sync. For more information, see "[AUTOTITLE](/rest/enterprise-admin/ldap)."
* Collect statistics about your enterprise. For more information, see "[AUTOTITLE](/rest/enterprise-admin/admin-stats)."
* Manage your enterprise account. For more information, see "[AUTOTITLE](/graphql/guides/managing-enterprise-accounts)."

Expand Down

0 comments on commit f746b91

Please sign in to comment.