mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
30 lines
708 B
JSON
30 lines
708 B
JSON
{
|
|
"package": {
|
|
"name": "winlog",
|
|
"version": ""
|
|
},
|
|
"name": "windows-defender",
|
|
"namespace": "default",
|
|
"description": "Windows Defender - Operational logs",
|
|
"policy_id": "endpoints-initial",
|
|
"inputs": {
|
|
"winlogs-winlog": {
|
|
"enabled": true,
|
|
"streams": {
|
|
"winlog.winlogs": {
|
|
"enabled": true,
|
|
"vars": {
|
|
"channel": "Microsoft-Windows-Windows Defender/Operational",
|
|
"data_stream.dataset": "winlog.winlog",
|
|
"preserve_original_event": false,
|
|
"providers": [],
|
|
"ignore_older": "72h",
|
|
"language": 0,
|
|
"tags": [] }
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"force": true
|
|
}
|