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/streaming-the-audit-log-for-your-enterprise.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,11 @@ You can stream audit logs to multiple endpoints. For example, you can stream you
79
79
80
80
{% ifversion ghes %}
81
81
82
-
>[!NOTE] The Amazon region `us-east-1` must be reachable from your appliance for streaming to S3 to work. Your S3 bucket can reside in other AWS regions.
82
+
> [!NOTE]
83
+
> For streaming to S3, the AWS region that must be reachable depends on the option you select for the bucket's region.
84
+
>
85
+
> * If you select **Auto Detect**, `us-east-1` must be reachable from your appliance because the AWS SDK uses that region to detect the destination bucket's region.
86
+
> * If you select a specific region, the selected region must be reachable from your appliance. `us-east-1` does not need to be reachable unless it is the selected region.
83
87
84
88
{% endif %}
85
89
@@ -113,10 +117,10 @@ From {% data variables.product.prodname_dotcom %}:
113
117
1. Under "Authentication", click **Access keys**.{% endif %}
114
118
1. Configure the stream settings.
115
119
116
-
- Under "Region", select the bucket's region. For example, `us-east-1`.
117
-
- Under "Bucket", type the name of the bucket you want to stream to. For example, `auditlog-streaming-test`.
118
-
- Under "Access Key ID", type your access key ID. For example, `ABCAIOSFODNN7EXAMPLE1`.
119
-
- Under "Secret Key", type your secret key. For example, `aBcJalrXUtnWXYZ/A1MDENG/zPxRfiCYEXAMPLEKEY`.
120
+
* Under "Region", select **Auto Detect** or select the bucket's region. For example, `us-east-1`.
121
+
* Under "Bucket", type the name of the bucket you want to stream to. For example, `auditlog-streaming-test`.
122
+
* Under "Access Key ID", type your access key ID. For example, `ABCAIOSFODNN7EXAMPLE1`.
123
+
* Under "Secret Key", type your secret key. For example, `aBcJalrXUtnWXYZ/A1MDENG/zPxRfiCYEXAMPLEKEY`.
120
124
{% data reusables.audit_log.streaming-check-s3-endpoint %}
121
125
{% data reusables.enterprise.verify-audit-log-streaming-endpoint %}
0 commit comments