Skip to content

2.2.10 "Aradesh" - Feb 5, 2024

Compare
Choose a tag to compare
@alesnovak-s1 alesnovak-s1 released this 05 Feb 17:33
· 32 commits to master since this release
c065ef0

Improvement:

  • Windows Event Log Monitor - EventID field has been expanded into three fields. Until now EventID from the Windows Event Log was represented only by EventID field computed the following way win32api.MAKELONG(EventID, EventIDQualifiers). EventID and EventIDQualifiers now hold the values from the Windows Event Log without any modification and InstanceID is computed from EventID and EventIDQualifiers as described above.

Fix:

  • Missing monitor field added to the event data sent by Syslog Monitor. The following field was added - ‘monitor’:'agentSyslog'.