LogicMonitor EA Collector 39.200 is released on 13 Jan 2026. It is based on EA Collector 39.100 and includes the following additional updates:
Amazon JAVA Corretto Version Upgrade
For security updates and improvements, LogicMonitor Collector now supports the latest Amazon Corretto version updates for Windows and Linux Collectors as follows:
- Windows Collectors—Amazon Corretto is upgraded from v21.0.7.6.1 to v21.0.9.10.1.
- Linux Collectors—Amazon Corretto is upgraded from v21.0.7.6.1 to v21.0.9.11.1 that includes an important bug fix.
Addition of eventcollector.syslog.reverse.dns.enabled Property in agent.conf Settings
To control reverse Domain Name System (DNS) lookups during Syslog event processing, LogicMonitor Collector has now added a new property eventcollector.syslog.reverse.dns.enabled to the agent.conf settings. By default, the property is set as true. You can set it as false to disable reverse DNS lookups when parsing hosts in Syslog messages collected using EventSources or LogSources.
Support for publisher.http.4xx.retry.enable Property in agent.conf Settings
To enable retry for 4xx HTTP error codes in HTTP Data Publisher, LogicMonitor Collector now supports a new property publisher.http.4xx.retry.enable in the agent.conf settings. By default, the property is set as false.
To enable this feature and configure 4xx HTTP error codes, you must manually add the property publisher.http.4xx.retry.enable to the agent.conf settings and set it as true.
Addition of collector.script.cache.type Property in agent.conf Settings
Starting with EA Collector 39.200, LogicMonitor Collector now supports collector.script.cache.type property that enables you to select any one of the three types of script caches, namely, INMEMORY, CHRONICLEMAP, and INFINISPAN. This property replaces the existing collector.script.cache.isPersistence and collector.script.cache.switch.to.secondary properties.
For new Collector installation, by default script cache is set as INFINISPAN. For Collectors upgraded to EA Collector 39.200 or later, the script cache type that you had already selected is set as default.
Note: For Collector version EA Collector 39.100 or earlier, you can use collector.script.cache.isPersistence and collector.script.cache.switch.to.secondary properties.
Support for Exclude Filter for Syslog LogSource
LogicMonitor now supports Exclude filter for Syslog LogSource. The OR filter operator supports both the Include and Exclude filters. However, the AND filter operator can support either Exclude or Include filters but not both together.
Fixed an issue where the ping.threadpool.size property in sbproxy.conf settings was ignored and the ping thread pool size remained fixed at 20.