LogicMonitor EA Collector 40.100 is released on May 25, 2026. It is based on GD Collector 40.000 and includes the following additional updates:
Enhancements to Value of _user.agent Key in Log Metadata
When a Collector ingests logs, the value of _user.agent key in log metadata now explicitly displays Collector device details that include the current Collector version, Java version, OS, OS version, and the OS architecture in LogicMonitorCollector/<version> (Java/<javaVersion>; <OS> <OSVersion>; <arch>) format. Previously, the _user.agent key populated Java’s standard user agent, which is usually Java/<javaVersion>.
Addition of Dynamic Group Regex for SNMP Trap LogSource Resource Mapping
The Dynamic Group Regex in SNMP Trap resource mapping enables LogicMonitor to apply regex on SNMP trap messages and extract regex group value for resource mapping. This improves trap to resource correlation.
Migration of AWS Java SDK to software.amazon.awssdk:*:2.42.6
LogicMonitor Collector has migrated the integrated AWS Java SDK from version 1 (com.amazonaws:aws-java-sdk-*:1.12.734) to version 2 (software.amazon.awssdk:*:2.42.6)
As AWS SDK v1 classes are no longer supported, you must migrate custom modules that use AWS SDK classes in the com.amazonaws.* package to AWS SDK for Java v2 packages before deploying EA Collector 40.100 or later. Custom modules such as DataSources, EventSources, PropertySources, and JobMonitors that currently use AWS SDK classes with the package name "com.amazonaws.*" must update to the official SDK v2 package name.
The following table lists the old and the new JARs:
| AWS Java SDK v1 JAR | AWS Java SDK v2 JAR |
|---|---|
aws-java-sdk-core:1.12.734 | aws-core:2.42.6 |
aws-java-sdk-autoscaling:1.12.734 | autoscaling:2.42.6 |
aws-java-sdk-ec2:1.12.734 | ec2:2.42.6 |
aws-java-sdk-s3:1.12.734 | s3:2.42.6 |
aws-java-sdk-cloudformation:1.12.734 | cloudformation:2.42.6 |
aws-java-sdk-cloudwatch:1.12.734 | cloudwatch:2.42.6 |
aws-java-sdk-dynamodb:1.12.734 | dynamodb:2.42.6 |
aws-java-sdk-sqs:1.12.734 | sqs:2.42.6 |
| NA | sts:2.42.6 (new) |
| NA | url-connection-client:2.42.6 (new) |
LogicMonitor Collector Snippets Module Version Upgrade
LogicMonitor Collector now upgrades the LogicMonitor_Collector_Snippets module (MOD) JAR from v1.10.0 to v1.12.1 in all portals.
Multiple Version Upgrades
LogicMonitor Collector has upgraded the versions of the following JAR files to apply minor security updates:
| Component or Library Name | Current Version | Upgraded Version |
|---|---|---|
jetty-serverjetty-utiljetty-httpjetty-io | 12.0.19 | 12.1.7 |
Fixed an intermittent invalid NetFlow data parsing issue in which high load and insufficient buffer sizing resulted in invalid telemetry data, large interface index values, and invalid IP addresses.
Fixed an issue that caused the Collector to stop collecting SNMP data across all SNMP DataSources for a device after the device became reachable following a network outage. Data collection resumed only after a Collector restart.
SNMP data collection now resumes automatically, and SNMP polls succeed with DataSources displaying valid data.
Fixed a Collector log ingestion issue where ingestion threads intermittently stopped processing a high load of queued Syslog events for a short interval of one or two minutes. When ingestion resumed, events were processed in bulk across multiple threads, creating a repeating cycle.