@@ -412,7 +412,7 @@ Each log source tracked by log monitor <em>(ETW, Log File, Events, and Process M
412412<strong >Process Monitor:</strong >
413413 - ` Source ` : The log source (Process Monitor)
414414 - ` TimeStamp ` : Time at which the process was executed
415- - ` Logline ` or ` logEntry ` : The output of the process/command executed
415+ - ` Message ` : The output of the process/command executed
416416
417417### Sample Custom Log Configuration
418418
@@ -431,18 +431,18 @@ Each log source tracked by log monitor <em>(ETW, Log File, Events, and Process M
431431 "level" : " Information"
432432 }
433433 ],
434- "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'source ':'%Source%', 'Severity':'%Severity%', 'ProviderId':'%ProviderId%', 'ProviderName':'%ProviderName%', 'EventId':'%EventId%', 'EventData':'%EventData%'}"
434+ "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'Source ':'%Source%', 'Severity':'%Severity%', 'ProviderId':'%ProviderId%', 'ProviderName':'%ProviderName%', 'EventId':'%EventId%', 'EventData':'%EventData%'}"
435435 },
436436 {
437437 "type" : " File" ,
438438 "directory" : " c:\\ inetpub\\ logs" ,
439439 "filter" : " *.log" ,
440440 "includeSubdirectories" : true ,
441- "customLogFormat" : " {'message ':%Message%,'source ':%Source%,'fileName':%FileName%}"
441+ "customLogFormat" : " {'Message ':%Message%,'Source ':%Source%,'fileName':%FileName%}"
442442 },
443443 {
444444 "type" : " Process" ,
445- "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'source ':'%Source%', 'Logline ':'%Logline %'}"
445+ "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'Source ':'%Source%', 'Message ':'%Message %'}"
446446 }
447447 ]
448448 }
@@ -468,11 +468,11 @@ For example:
468468 "level" : " Information"
469469 }
470470 ],
471- "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'source ':'%Source%', 'Severity':'%Severity%', 'ProviderId':'%ProviderId%', 'ProviderName':'%ProviderName%', 'EventId':'%EventId%', 'EventData':'%EventData%'}|json"
471+ "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'Source ':'%Source%', 'Severity':'%Severity%', 'ProviderId':'%ProviderId%', 'ProviderName':'%ProviderName%', 'EventId':'%EventId%', 'EventData':'%EventData%'}|json"
472472 },
473473 {
474474 "type" : " Process" ,
475- "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'source ':'%Source%', 'Logline ':'%Logline %'}|JSON"
475+ "customLogFormat" : " {'TimeStamp':'%TimeStamp%', 'Source ':'%Source%', 'Message ':'%Message %'}|JSON"
476476 }
477477 ]
478478 }
0 commit comments