|
27 | 27 | }, |
28 | 28 | { |
29 | 29 | "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, |
34 | 34 | "RunOnProcessor": true, |
35 | 35 | "PreferredProcessor": "auditlog", |
36 | 36 | "IsSystem": true |
37 | 37 | }, |
38 | 38 | { |
39 | | - "Id": "a8f7c3e1-9d2b-4f6a-8e5c-1a3b7d9e4f2c", |
| 39 | + "Id": "01cd512a-15c4-44a9-b8cb-1e5d879cfd2d", |
40 | 40 | "Command": "Start-AuditLogProcessingOrchestrator", |
41 | | - "Description": "Process cached audit logs and apply webhook rules", |
| 41 | + "Description": "Orchestrator to process audit logs", |
42 | 42 | "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, |
44 | 54 | "RunOnProcessor": true, |
45 | 55 | "PreferredProcessor": "auditlog", |
46 | 56 | "IsSystem": true |
|
0 commit comments