Skip to content

Commit 0ae9dc3

Browse files
danelsonlecoursen
andauthored
Add audit log troubleshooting note (#30637)
Co-authored-by: Laura Coursen <lecoursen@github.com>
1 parent 7c5c7f1 commit 0ae9dc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ To set up streaming to Google Cloud Storage, you must create a service account i
245245

246246
To stream audit logs to Splunk's HTTP Event Collector (HEC) endpoint you must make sure that the endpoint is configured to accept HTTPS connections. For more information, see [Set up and use HTTP Event Collector in Splunk Web](https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector) in the Splunk documentation.
247247

248+
{% note %}
249+
250+
**Note**: {% data variables.product.prodname_dotcom %} validates the HEC endpoint via `<Domain>:port/services/collector`. If self-hosting the HEC endpoint (such as with [Splunk HEC Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/splunkhecreceiver) via OpenTelemetry), ensure the endpoint is reachable at this destination.
251+
252+
{% endnote %}
253+
248254
{% ifversion ghec %}
249255
To get a list of IP address ranges that {% data variables.product.prodname_dotcom %} uses for connections to the HEC endpoint, you can use the REST API. The `meta` endpoint for {% data variables.product.product_name %} includes a `hooks` key with a list of the IP addresses. For more information, see "[Meta](/rest/meta/meta#get-github-enterprise-cloud-meta-information)" in the REST API documentation.
250256
{% endif %}

0 commit comments

Comments
 (0)