Skip to content

Commit e76c738

Browse files
committed
fix: audit log search creation, pk filter
1 parent 90b3232 commit e76c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-AuditLogSearchCreation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Start-AuditLogSearchCreation {
77
param()
88
try {
99
$ConfigTable = Get-CippTable -TableName 'WebhookRules'
10-
$ConfigEntries = Get-CIPPAzDataTableEntity @ConfigTable
10+
$ConfigEntries = Get-CIPPAzDataTableEntity @ConfigTable -Filter "PartitionKey eq 'Webhookv2'"
1111

1212
$TenantList = Get-Tenants -IncludeErrors
1313
# Round time down to nearest minute

0 commit comments

Comments
 (0)