Skip to content

Commit 35a5687

Browse files
authored
Merge pull request #617 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 17b93ab + 515f800 commit 35a5687

File tree

10 files changed

+315
-429
lines changed

10 files changed

+315
-429
lines changed

CIPPTimers.json

Lines changed: 18 additions & 8 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
@@ -74,7 +84,7 @@
7484
"Id": "4d80205c-674d-4fc1-abeb-a1ec37e0d796",
7585
"Command": "Start-DriftStandardsOrchestrator",
7686
"Description": "Orchestrator to process drift standards",
77-
"Cron": "0 0 */1 * * *",
87+
"Cron": "0 0 */12 * * *",
7888
"Priority": 5,
7989
"RunOnProcessor": true,
8090
"PreferredProcessor": "standards"

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)