mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
8 lines
381 B
Plaintext
8 lines
381 B
Plaintext
{
|
|
"description" : "beats.common",
|
|
"processors" : [
|
|
{ "pipeline": { "if": "ctx.winlog?.channel == 'Microsoft-Windows-Sysmon/Operational'", "name": "sysmon" } },
|
|
{ "pipeline": { "if": "ctx.winlog?.channel != 'Microsoft-Windows-Sysmon/Operational' && ctx.containsKey('winlog')", "name":"win.eventlogs" } },
|
|
{ "pipeline": { "name": "common" } }
|
|
]
|
|
} |