# Audit S3 APIs

Configuring HTTP webhooks for S3 API operations enables the capture of detailed audit logs, which are essential for analyzing access patterns, supporting security and compliance initiatives, and troubleshooting issues in S3 interactions.

S3 API calls can generate JSON-formatted audit events, which are streamed to target applications such as Splunk for real-time monitoring and analysis. This approach replaces the legacy `BucketLogging` S3 APIs with a more robust and scalable auditing solution. Each event provides granular details about the operation, including the request type, object affected, requester identity, and network metadata.

For example, an audit event generated by a `PutObject` operation includes fields such as the bucket name, object key, operation status, client IP address, user agent, and the WEKA cluster information that processed the request. These elements are crucial for tracing user activity, validating policy compliance, and performing forensic investigations. By understanding the structure and key fields in these logs, users can ensure that operations conform to expected behavior and promptly identify unauthorized access.

{% hint style="info" %}
If the WEKA cluster loses connectivity to the configured webhook application or if the internal event buffer reaches capacity, audit events are discarded. To avoid data loss, it is strongly recommended that the availability and performance of the external webhook target be continuously monitored.
{% endhint %}

**Related topics**

[configure-audit-webhook-using-the-gui](https://docs.weka.io/4.4/additional-protocols/s3/audit-s3-apis/configure-audit-webhook-using-the-gui "mention")

[audit-s3-apis](https://docs.weka.io/4.4/additional-protocols/s3/audit-s3-apis/audit-s3-apis "mention")

[audit-s3-apis-1](https://docs.weka.io/4.4/additional-protocols/s3/audit-s3-apis/audit-s3-apis-1 "mention")

[example-how-to-use-s3-audit-events-for-tracking-and-security](https://docs.weka.io/4.4/additional-protocols/s3/audit-s3-apis/example-how-to-use-s3-audit-events-for-tracking-and-security "mention")
