Merge pull request #2 from Azure/feature/improve-windodows-agent-performance
remove login event generator, improve windows perf
This commit is contained in:
Коммит
41bbd5ead7
Двоичные данные
release/win10-x64.zip
Двоичные данные
release/win10-x64.zip
Двоичный файл не отображается.
Двоичные данные
release/win10.IoT-x64.zip
Двоичные данные
release/win10.IoT-x64.zip
Двоичный файл не отображается.
|
@ -15,7 +15,6 @@
|
|||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ProcessTerminateEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ListeningPortsEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.LocalusersEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.LoginEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.FirewallConfigurationEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ConnectionEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.IoT.Agent.Core.EventGeneration.DiagnosticEventGenerator" Dll="Agent.Core.dll" />
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ProcessCreateEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ProcessTerminateEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ListeningPortsEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.LoginEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.FirewallConfigurationEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.Security.IoT.Agent.EventGenerators.Windows.ConnectionEventGenerator" Dll="Security.EventGenerators.Windows.dll" />
|
||||
<add Name="Microsoft.Azure.IoT.Agent.Core.EventGeneration.DiagnosticEventGenerator" Dll="Agent.Core.dll" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче