LogicMonitor EA Collector 40.300 is released on June 22, 2026. It is based on EA Collector 40.200 and includes the following additional updates:
Custom Authentication Tokens for HTTPS Data Publisher
LogicMonitor Data Publisher for HTTPS now supports custom tokens to increase compatibility with various endpoints. To use custom tokens, manually add the following new properties to the agent.conf settings:
-
publisher.http.auth.token.prefix—Customizes the prefix appended to the token value in theAuthorizationrequest header when using token-based authentication withpublisher.http.bearer.tokenorpublisher.http.custom.token. By default, the property is set toBearer.
To use a different prefix or send the token value without a prefix, manually add the property to theagent.confsettings and set it to the desired value. -
publisher.http.auth.token.delimiter—Defines the separator used between the authorization token prefix (frompublisher.http.auth.token.prefix) and the token value in theAuthorizationrequest header when using token-based authentication (publisher.http.bearer.tokenorpublisher.http.custom.token). By default, the property is set to a single blank space ( ).
To use a custom separator, manually add the property to theagent.confsettings and set it to the desired value. The property is ignored whenpublisher.http.auth.token.prefixis not specified. -
publisher.http.custom.token—Configures a static non-Bearer token for token-based authentication if theagent.publisher.enable.authis set totrue. The token is sent to theAuthorizationrequest header and is formatted using thepublisher.http.auth.token.prefixand thepublisher.http.auth.token.delimiter.
The Collector first checks for the value set inpublisher.http.custom.token. If not found, it checks for the value set inpublisher.http.bearer.token, and finally, basic authentication.
To use this capability, manually add the property to theagent.confsettings and set it to the desired token value.
Verification of Windows OS Language During Installation
LogicMonitor Collector installer for Windows OS now verifies the language of the OS. During installation, if the installer detects a non-English language Windows OS, the system displays a warning message and aborts the installation process.
Kafka Clients Version Upgrade
LogicMonitor Collector has upgraded the version of the following JAR file to apply minor security updates:
| Component or Library Name | Current Version | Upgraded Version |
|---|---|---|
kafka-clients | 4.0.0 | 4.2.0 |
Fixed incorrect case of the InvokeDynamic flag for Groovy from -DGROOVY.TARGET.INDY to -Dgroovy.target.indy in Collector configurations. However, for versions starting with GD Collector 39.004 through EA Collector 40.200, the system automatically runs a Healthcheck script to rectify the InvokeDynamic flag to -Dgroovy.target.indy in Collector configurations.