Webhook を使用して監査ログのアクティビティを別のツールに送信する
Establish a real-time streaming solution to automatically send audit log activities to a designated URL of your choice. Webhook connections allow you to send audit log activities to third-party applications that accept incoming webhooks
Audit log webhooks are customized HTTP callbacks that trigger in response to audit log activities. When an activity occurs, the source system sends an HTTP request to the URL registered for the webhook in JSON format.
It’s important to know that once you setup an integration you will be sending alert data to the third-party tool of your choosing. You should make sure that it’s appropriate for this data to be shared with your third-party tool before setting up the integration.
この操作を実行できるユーザー |
Webhook URLを登録する
1 つの組織に複数の Webhook URL を登録することはできません。
Webhook URL を登録するには、次の手順を実行します。
移動 [アトラシアンの管理] に移動します。組織が複数ある場合は、対象の組織を選択します。
[セキュリティ] > [監査ログ] の順に選択します。
[設定] を選択します。
[Webhook] タブを選択します。
Enter the Webhook URL (the destination where you wish to receive real-time activity updates).
Optionally enter secure authorization credentials to authenticate a user agent with a server, allowing access to a protected resource. Encode the username and password as Authorization: Basic <credentials>.
Select Register webhook
1 つの組織に複数の Webhook URL を登録することはできません。必要に応じて、Webhook の登録を更新または削除できます。
Edit a registered a webhook URL
To edit the details of a registered webhook:
移動 [アトラシアンの管理] に移動します。組織が複数ある場合は、対象の組織を選択します。
[セキュリティ] > [監査ログ] の順に選択します。
[設定] を選択します。
[Webhook] タブを選択します。
Select Edit details to update the details.

Alternatively, select Remove registration to remove a webhook.
Test a registered a webhook
This test evaluates your webhook's capacity to manage aggregated activities, which are sent with a brief delay to prevent the transmission of redundant updates.
移動 [アトラシアンの管理] に移動します。組織が複数ある場合は、対象の組織を選択します。
[セキュリティ] > [監査ログ] の順に選択します。
[設定] を選択します。
Select Test registration.
この内容はお役に立ちましたか?