Merge pull request #1406 from roysjosh/winlogbeat-mapping
Map CommandLine appropriately
This commit is contained in:
@@ -84,7 +84,7 @@ fieldmappings:
|
||||
CallingProcessName: winlog.event_data.CallingProcessName
|
||||
CallTrace: winlog.event_data.CallTrace
|
||||
Channel: winlog.channel
|
||||
CommandLine: process.args
|
||||
CommandLine: process.command_line
|
||||
ComputerName: winlog.ComputerName
|
||||
CurrentDirectory: process.working_directory
|
||||
Description: winlog.event_data.Description
|
||||
@@ -125,7 +125,7 @@ fieldmappings:
|
||||
ObjectName: winlog.event_data.ObjectName
|
||||
ObjectType: winlog.event_data.ObjectType
|
||||
ObjectValueName: winlog.event_data.ObjectValueName
|
||||
ParentCommandLine: process.parent.args
|
||||
ParentCommandLine: process.parent.command_line
|
||||
ParentProcessName: process.parent.name
|
||||
ParentImage: process.parent.executable
|
||||
Path: winlog.event_data.Path
|
||||
|
||||
Reference in New Issue
Block a user