Merge pull request #1459 from JohnConnorRF/winlogbeat_scriptblock_logging
Add ScriptBlockText to Winlogbeat Configs
This commit is contained in:
@@ -135,6 +135,7 @@ fieldmappings:
|
||||
Product: winlog.event_data.Product
|
||||
Properties: winlog.event_data.Properties
|
||||
RuleName: winlog.event_data.RuleName
|
||||
ScriptBlockText: powershell.file.script_block_text
|
||||
SecurityID: winlog.event_data.SecurityID
|
||||
ServiceFileName: winlog.event_data.ServiceFileName
|
||||
ServiceName: winlog.event_data.ServiceName
|
||||
|
||||
@@ -119,6 +119,7 @@ fieldmappings:
|
||||
ProcessName: event_data.ProcessName
|
||||
Product: event_data.Product
|
||||
Properties: event_data.Properties
|
||||
ScriptBlockText: winlog.event_data.ScriptBlockText
|
||||
SecurityID: event_data.SecurityID
|
||||
ServiceFileName: event_data.ServiceFileName
|
||||
ServiceName: event_data.ServiceName
|
||||
|
||||
@@ -125,6 +125,7 @@ fieldmappings:
|
||||
Properties: winlog.event_data.Properties
|
||||
RuleName: winlog.event_data.RuleName
|
||||
SAMAccountName: winlog.event_data.SamAccountName
|
||||
ScriptBlockText: winlog.event_data.ScriptBlockText
|
||||
SecurityID: winlog.event_data.SecurityID
|
||||
ServiceFileName: winlog.event_data.ServiceFileName
|
||||
ServiceName: winlog.event_data.ServiceName
|
||||
|
||||
Reference in New Issue
Block a user