---
title: Audit Log Streaming Widget
description: >-
  A widget for configuring and monitoring audit log streaming in the Admin
  Portal.
originalPath: .tmp-workos-clone/packages/docs/content/widgets/audit-log-streaming.mdx
---

![Audit Log Streaming Widget screenshot](https://images.workoscdn.com/images/408ea781-5544-4340-a566-a9d2e16f903d.png?auto=format&fit=clip&q=50)

The `<AdminPortalAuditLogStreaming />` widget enables users to configure and monitor audit log streaming to external destinations in the Admin Portal. It displays the streaming status, destination configuration, and connection health.

In order to use the Audit Log Streaming widget, a user must have a role that has the `widgets:audit-log-streaming:manage` permission.

<CodeBlock>
  <CodeBlockTab
    language="js"
    file="widget-auditlogstreaming-token"
    title="Widget Token"
  />
</CodeBlock>

## API Reference

<PropsTable data={widgets.auditLogStreaming.props} />
