Forum Discussion
zhaolin
Jun 21, 2023Copper Contributor
Service hooks removed issue
Our company has been using Azure DevOps services for almost 1 year now. recently somehow all the existing service hooks across the org were gone. I tried to check the audit logs but not sure what exact filter or search will help to identify what happened. any suggestion?
1 Reply
Try to integrate below:
- Enable Audit Logging
- Go to Organization Settings > Security > Policies
- Toggle Log Audit Events to ON
- Access Audit Logs
- Navigate to Organization Settings > Auditing
- Use the search bar and filters to narrow down the timeframe when the hooks disappeared
- Filter by Relevant Actions
Look for these keywords or action types:
- "ServiceHook.Delete" — indicates a service hook was removed
- "ServiceHook.Update" — if someone modified a hook before deletion
- "ServiceHook.Create" — to compare with previous activity
- "ServiceHook.*" — wildcard to catch all service hook-related events
- Check Who Performed the Action
Each audit entry includes:
- Timestamp
- Actor (user or system)
- Action type
- Scope (project or org level)