Adds missing comma in ProcessEventEmpty Parser
This commit is contained in:
Родитель
935a3d6cb7
Коммит
459551f788
|
@ -35,7 +35,7 @@ ParserQuery: |
|
|||
EventEndTime:datetime,
|
||||
EventReportUrl:string,
|
||||
EventResult: string,
|
||||
EventResultDetails: string
|
||||
EventResultDetails: string,
|
||||
AdditionalFields:dynamic,
|
||||
// ****** Device fields ******
|
||||
DvcId:string,
|
||||
|
@ -114,4 +114,4 @@ ParserQuery: |
|
|||
CommandLine:string,
|
||||
Hash:string
|
||||
)[];
|
||||
EmptyNewProcessEvents
|
||||
EmptyNewProcessEvents
|
||||
|
|
Загрузка…
Ссылка в новой задаче