File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,17 +435,8 @@ module windowsVmDataCollectionRules 'br/public:avm/res/insights/data-collection-
435435 streams : [
436436 'Microsoft-Event'
437437 ]
438- eventLogName : 'Security'
439- eventTypes : [
440- {
441- eventType : 'Audit Success'
442- }
443- {
444- eventType : 'Audit Failure'
445- }
446- ]
447438 xPathQueries : [
448- 'Security!*[System[(EventID=4624 or EventID=4625 )]]'
439+ 'Security!*[System[(band(Keywords,13510798882111488)) and ( EventID != 4624 )]]'
449440 ]
450441 }
451442 ]
Original file line number Diff line number Diff line change 66 "_generator": {
77 "name": "bicep",
88 "version": "0.42.1.51946",
9- "templateHash": "11967716103255684929 "
9+ "templateHash": "12538110573757351724 "
1010 },
1111 "name": "Content Processing Solution Accelerator",
1212 "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
1460914609 "streams": [
1461014610 "Microsoft-Event"
1461114611 ],
14612- "eventLogName": "Security",
14613- "eventTypes": [
14614- {
14615- "eventType": "Audit Success"
14616- },
14617- {
14618- "eventType": "Audit Failure"
14619- }
14620- ],
1462114612 "xPathQueries": [
14622- "Security!*[System[(EventID=4624 or EventID=4625 )]]"
14613+ "Security!*[System[(band(Keywords,13510798882111488)) and ( EventID != 4624 )]]"
1462314614 ]
1462414615 }
1462514616 ]
Original file line number Diff line number Diff line change @@ -438,17 +438,8 @@ module windowsVmDataCollectionRules 'br/public:avm/res/insights/data-collection-
438438 streams : [
439439 'Microsoft-Event'
440440 ]
441- eventLogName : 'Security'
442- eventTypes : [
443- {
444- eventType : 'Audit Success'
445- }
446- {
447- eventType : 'Audit Failure'
448- }
449- ]
450441 xPathQueries : [
451- 'Security!*[System[(EventID=4624 or EventID=4625 )]]'
442+ 'Security!*[System[(band(Keywords,13510798882111488)) and ( EventID != 4624 )]]'
452443 ]
453444 }
454445 ]
You can’t perform that action at this time.
0 commit comments