EA Collector 34.200

Last updated on 29 June, 2023

LogicMonitor EA Collector 34.200 is released on June 29, 2023. It is based on the previously released EA Collector 34.100 and includes the following additional updates.

Enhancements

  • To enhance the WinRM configuration feature, we have introduced reversal logic for SDDL script to revert the changes done by WinRM_Config_01.ps1 and WinRM_Config_02.ps1 scripts. Example:
    • -Noninteractive -ExecutionPolicy Bypass -Noprofile -file \\10.55.21.12\To\WinRM_Config_01.ps1 -remove -UserName logicmonitor\ScriptTestUser01 -log True
    • -Noninteractive -ExecutionPolicy Bypass -Noprofile -file \\10.55.21.12\To\WinRM_Config_02.ps1 -remove -UserName logicmonitor\ScriptTestUser02 -log True
  • To use a specific text from syslog in LogicMonitor logs as a metadata field, we have added a new method “Dynamic Regex Group” to SysLog LogSource field mapping. You can provide the field names separated by comma as ‘key’ and a common regex that has the same number of groups in it to capture these fields.

Fixed Issues

  • Upgraded version of the following files for various minor security updates.
File/JAR NameUpgraded Version
Amazon JAVA Corretto11.0.19.7.1
Snippet JAR1.8.2
  • Fixed an issue where WMI query was run with empty credentials. After applying the fix, WMI query will not run with empty credentials. Also, it will reuse the old credentials if the vault machine is down.