Skip to content

Commit a10a744

Browse files
committed
rollback audit logs
1 parent 50b5e54 commit a10a744

File tree

8 files changed

+211
-426
lines changed

8 files changed

+211
-426
lines changed

CIPPTimers.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,30 @@
2727
},
2828
{
2929
"Id": "44a40668-ed71-403c-8c26-b32e320086ad",
30-
"Command": "Start-AuditLogIngestion",
31-
"Description": "Ingest audit logs using Office 365 Management Activity API",
32-
"Cron": "0 */30 * * * *",
33-
"Priority": 4,
30+
"Command": "Start-AuditLogOrchestrator",
31+
"Description": "Orchestrator to download audit logs",
32+
"Cron": "0 */15 * * * *",
33+
"Priority": 2,
3434
"RunOnProcessor": true,
3535
"PreferredProcessor": "auditlog",
3636
"IsSystem": true
3737
},
3838
{
39-
"Id": "a8f7c3e1-9d2b-4f6a-8e5c-1a3b7d9e4f2c",
39+
"Id": "01cd512a-15c4-44a9-b8cb-1e5d879cfd2d",
4040
"Command": "Start-AuditLogProcessingOrchestrator",
41-
"Description": "Process cached audit logs and apply webhook rules",
41+
"Description": "Orchestrator to process audit logs",
4242
"Cron": "0 */15 * * * *",
43-
"Priority": 2,
43+
"Priority": 3,
44+
"RunOnProcessor": true,
45+
"PreferredProcessor": "auditlog",
46+
"IsSystem": true
47+
},
48+
{
49+
"Id": "03475c86-4314-4d7b-90f2-5a0639e3899b",
50+
"Command": "Start-AuditLogSearchCreation",
51+
"Description": "Timer to create audit log searches",
52+
"Cron": "0 */30 * * * *",
53+
"Priority": 4,
4454
"RunOnProcessor": true,
4555
"PreferredProcessor": "auditlog",
4656
"IsSystem": true

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Webhooks/Push-AuditLogIngestion.ps1

Lines changed: 0 additions & 221 deletions
This file was deleted.

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Webhooks/Push-AuditLogIngestionDownload.ps1

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)