Cloud Monitoring
Enhanced Support for AWS Connect
LogicMonitor now supports monitoring for AWS Connect as a first-class cloud resource, rather than a legacy instance. This enhancement enables auto-discovery, resource-level log mapping, and automatic ARN configuration for AWS Connect.
To access this feature, navigate to Modules in LogicMonitor. Confirm that the AWS_Connect module is installed.
For more information, see Cloud Services and Resource Units in product documentation.
Collector Settings
ARM64 Collector Support for Linux
LogicMonitor now supports ARM64 (aarch64) architecture for Linux Collectors. You can now install, download, and manage Collectors on ARM-based Linux hosts, such as AWS Graviton and other aarch64 instances using the same Collector management workflows available for x64 Linux Collectors.
Key details include the following:
- Supported platform—Linux (arm64/aarch64)
- Minimum Collector version—EA Collector 40.500. Upcoming release. ARM64 supported Collectors will not be available for download until this release.
- Non-supported platforms—ARM64 Collector packages for Windows and other non-Linux platforms
LM Logs
Log Query Import and Export Enhancements
You can now export Saved Views as JSON Query Packs and import them into the Log Query Library.
During import, LogicMonitor validates the uploaded file, creates new query groups as needed, and identifies naming conflicts before completing the import. These enhancements help you standardize and deploy reusable query libraries across users and environments.
To use the import functionality, navigate to Logs > Manage Saved Views > select Import saved views.
For more information, see Log Query Library Management in the product documentation.
Dynamic Group Regex Support for Log Files LogSources
Log Files LogSources now support Dynamic Group Regex when used with LogicMonitor OpenTelemetry Collector 7.0.00 or later. This enhancement enables you to extract multiple metadata fields from a single log line using a single regular expression with multiple capture groups. You can reduce reduce configuration complexity and simplify maintenance for improving log parsing rules.
By eliminating the need to define multiple regular expressions for the same log format, RegexGroup simplifies LogSource configuration and makes complex log parsing rules easier to maintain.
To use this feature, navigate to Logs > LogSources, create or edit a Log Files LogSource, and add a Dynamic Group Regex mapping in the Log Fields section.
For more information, see Log Files LogSource Configuration and OpenTelemetry Collector Versions in the product documentation.
Logs Query Report Enhancements
Log Query reports now support selecting custom metadata columns, generating reports in HTML and PDF formats, displaying Area, Column, Line, and Pie chart visualizations, and customizing the order of report sections.
These enhancements provide greater flexibility when configuring and sharing log reports.
For more information, see Log Query Report in the product documentation.
Aggregate View Configuration Support for Saved Views
You can now save and share complete Aggregate tab configurations with Saved Views. When you save a query, LogicMonitor preserves the selected visualization, grouping, aggregation logic, sorting, metric selection, time granularity (where applicable), and other supported display settings.
Exporting a Saved View as a Query Pack includes the Aggregate tab configuration, and importing the Query Pack restores the complete Saved View, making it easier to share and reuse curated queries and visualizations across environments.
Query Library Quick Access
You can now open the Query Library directly from the Logs homepage using the Open Query Library icon. The Query Library opens as an overlay panel that you can expand or collapse, providing faster access to your saved queries while maintaining the existing workflow.
This enhancement improves discoverability and reduces the number of steps required to access and manage Saved Views.
Aggregate Visualization Enhancements for Logs
You can now create clearer and more informative visualizations in the Aggregate tab and Logs DB widgets. Column, Area, and Bar graphs now support properly rendered X-axis, improved Y-axis behavior, configurable labels and legends, and field aliases to display user-friendly names.
These enhancements improve readability, provide greater control over log-based visualizations, and ensure Logs DB widgets deliver a consistent experience with standard LogicMonitor dashboard widgets.
Floating Point Number Formatting for Aggregate Big Number Visualizations in Logs
You can now control the display precision of Aggregate Big Number visualizations in the Aggregate tab and Logs DB widgets. Configure the number of decimal places to present metrics such as averages, error rates, and latency values in a cleaner, more readable format.
This enhancement improves dashboard readability, delivers consistent number formatting across log-based visualizations, and makes Big Number widgets better suited for operational and executive reporting.
Modules
Enhanced lm.data.topo and lm.data.topo.networking Snippets
The enhanced lm.data.topo and lm.data.topo.networking snippets add Nutanix signatures to support Nutanix Topology. Nutanix AHV MAC prefixes are classified as hypervisor, and Nutanix VM MAC prefixes are classified as virtual machine.
Enhanced Cisco Meraki NetScan
The enhanced Cisco Meraki NetScan now handles empty switch stack responses from the Meraki API without interrupting resource discovery. You can continue discovering other resources when switch stack enrichment returns no usable data instead of experiencing intermittent NetScan failures.
For more information, see Cisco Meraki Monitoring in the product documentation.
Enhanced Ruckus One AP NetScan
The enhanced Ruckus One AP NetScan now skips access points that have not yet contacted the Ruckus Cloud and do not return an IP address in the API response. This enables the NetScan to continue discovering other access points instead of failing when an access point returns a null networkStatus value.
For more information, see Ruckus One AP Monitoring in the product documentation.
Enhanced lm.data.topo Snippet
The enhanced lm.data.topo snippet adds a Cisco wireless access point keyword rule to support addERI_Cisco PropertySource. You can now classify newer Cisco Meraki cloud-managed access points, such as the CW9172I, with an external resource type (ERT) of Wireless instead of Unknown.
Apache Groovy 2 Support Removal and Replaced with Apache Groovy 4 Support for all LogicMonitor-Provided LogicModules
In a future release, LogicMonitor Collectors will no longer support Apache Groovy 2. All official LogicMonitor-provided modules are compatible with Apache Groovy 4. To support this migration, LogicMonitor released updates to official LogicModules to be compatible with Groovy 4.
As a result of this migration, you must do the following:
- Validate any customized or community-provided modules to ensure compatibility
For more information about validating your customized modules, see Custom Module Groovy Migration Validation in the product documentation. - Install a module update for LogicMonitor-provided modules that have compatibility changes released.
For more information, see LogicMonitor Provided Modules Groovy 4 Migration in the product documentation. - Update Enhanced Script NetScans to Groovy 4 compatible scripts.
For more information, see “Enhanced Script NetScans Now Groovy 4 Compatible” in the Modules section of the Release Notes.
For more information on the timeline of this migration, see Apache Groovy 2 End-of-Life Milestone Public Announcement.
The GD Collector 39.004 now uses Groovy 4 instead of Groovy 2.
When running a module using Apache Groovy 4, the following exception can be thrown when using the GroovyScriptHelper to incorporate LogicMonitor snippets in your script:
exception:groovy.lang.MissingPropertyException: No such property
To mitigate this issue, adjust the way the class is imported, similar to the following:
import com.santaba.agent.groovy.utils.GroovyScriptHelper
import com.logicmonitor.mod.Snippets
def modLoader = GroovyScriptHelper.getInstance(GroovySystem.version).getScript("Snippets", Snippets.getLoader()).withBinding(getBinding())
When running a module using Apache Groovy 4, and the module includes an invalid type parameter for a data structure, the module throws the following exception:
java.lang.RuntimeException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
OpenTelemerty Collector
Release of LogicMonitor OpenTelemetry Collector 7.0.00
LogicMonitor OpenTelemetry Collector 7.0.00 expands OpenTelemetry support and improves data collection, performance, and stability.
This release includes the following enhancements:
-
Added 25 new OpenTelemetry components, including 3 Connectors, 11 Processors, and 11 Receivers, expanding data collection, processing, and routing capabilities.
-
Support for Dynamic Group Regex (RegexGroup) in Log Files LogSource. You can extract multiple metadata fields from a single log line using a single regular expression with multiple capture groups, simplifying LogSource configuration and improving log parsing efficiency.
-
Updated the default hostmetrics filesystem scraper configuration to set include_virtual_filesystems: true by default. This enhancement improves filesystem metric collection in containerized environments and enables automatic attachment of modules such as LogicMonitor_APM_FileSystem for Docker-based deployments.
-
Upgraded the embedded OpenTelemetry Collector and OpenTelemetry Collector Contrib to version 0.154.0 to provide the latest upstream features, performance improvements, and stability enhancements.
To use this feature, upgrade to LogicMonitor OpenTelemetry Collector 7.0.00.
For more information, see OpenTelemetry Collector Versions in the product documentation.
Resources
Legacy UI for Resources (Including UIv3 Services)
As LogicMonitor continues to phase out the legacy UI, the New UI Preview switch will be removed from Resources (which includes Services), making Resources and Services unavailable using the legacy UI, and available in the new UI only. The new UI provides an enhanced user experience, improved performance, and security features.
For more information about this deprecation, see Upcoming End-of-Life (EOL) for UIv3 Resources in LM Community.
If you have any questions or require assistance during this process, contact the Support team or your Customer Success Manager.
REST API
LogicMonitor REST API v3 Swagger and SDK Updates
In this release, LogicMonitor has made updates to REST API v3 Swagger, v3 Python SDK, and v3 GO SDK files.
New API Endpoints
The following table lists the new API endpoints:
|
Category |
API Endpoint |
Purpose |
|---|---|---|
|
Collector |
|
Returns a one-time Collector download token |
|
|
Schedules a Collector restart |
|
|
|
Triggers an immediate Collector status check |
|
|
|
Returns a list of Collector upgrade events across all Collectors in the account |
|
|
|
Returns a list of available log files for a Collector |
|
|
|
Retrieves a Collector log file by file name. |
|
|
|
Calculates Collector sizing recommendations |
|
|
Collector Groups |
|
Retrieves Collectors for the specified Collector group ID. |
|
LogQueryGroups |
|
Imports log query groups and queries |
Removed API Endpoints
The following table lists the removed API endpoints:
|
Category |
API Endpoint |
|---|---|
|
Action Rules |
|
|
Collector |
|
To bulk update log levels of all or multiple Collector components simultaneously, you can now use PUT /setting/collector/collectors/{id}/agentloglevels. This endpoint replaces PUT /setting/collector/collectors/{id}/agentloglevels/{component} which enabled you to update the log level of individual Collector components in a single API request.
These updates will be available after the LogicMonitor v242 production deployment is complete. For more information, see REST API Change Log and REST API v3 Swagger Documentation in the product documentation.
Synthetics
Deprecation for LM APM Synthetics (SYN)
LogicMonitor plans to transition synthetic monitoring capabilities from LM APM Synthetics (SYN) to our new product, Synthetics and Internet Performance Monitoring, which provides enhanced visibility, broader monitoring capabilities, and a modernized platform architecture.
LM APM Synthetics is built on a legacy Selenium-based architecture, while our new product, Synthetics and Internet Performance Monitoring, provides globally hosted monitoring, advanced waterfall analysis, filmstrips and playback for transaction troubleshooting, and expanded test coverage across browser, API, network, and internet performance monitoring workflows.
There is no immediate change required, and you can continue using LM APM Synthetics during the transition period, until it is fully deprecated.
For more information about this transition, including roadmap details and evaluation guidance, see the Upcoming End of Life for LM APM Synthetics in LM Community.
If you have any questions or require assistance during this process, contact the Support team or your Customer Success Manager.
Collector Releases
EA Collector 40.300 was released on June 22, 2026. For more information, see EA Collector 40.300 Release Notes.
LogicModule Releases
New and updated LogicModules are available for you directly in your LogicMonitor portal. You can install new modules from the Exchange and update existing modules in My Module Toolbox. For more information, see Modules Installation, and Modules Management in the product documentation.
This section lists the LogicModules that are new in this release, updated in this release, or will be removed in a future release. Changes related to the LogicModule feature will be listed in the General Updates section.
New LogicModules
| LogicModule Name | Details |
|---|---|
1 PropertySource:addERI_NetApp_ONTAP1 TopologySources: NetApp_ONTAP_Topology | New topology support. |
Updated LogicModules
| LogicModule Name | Details |
|---|---|
2 DataSources: Cisco_Meraki_AccessPointHealthCisco_Meraki_SecurityApplianceHealth | Updated the statusAlert datapoint to remove change in severity alerting. This alerting behavior now aligns with the original alerting behavior of the status datapoint. |
1 DataSource:MSMQ Service | Added tech notes explaining the rationale for accepting the cosmetic defect caused by the misspelled datapoint. |
1 DataSource: Cisco_Meraki_SwitchInterfaces | Added a null check to avoid treating valid 0 values as false in Groovy conditionals, and removed .toBigInteger() usage for decimal values to prevent them from being rounded down to 0. |
2 DataSources:addERI_Device addCategory_Cisco_Meraki_Device | Add Cisco Wireless AP Wireless ERT regex. |
1 PropertySource:Device_BasicInfo | Added support for Hyper-V hosts by switching from an exact sysInfo match to a substring check, enabling WMI-based collection on Microsoft Hyper-V Server. |
1 DataSource:Veeam_VBR_Repositories_ScaleOut | Added filtering for standard repositories. |
3 DataSources:HP_3PAR_CPGHP_3PAR_HardwareHealthHP_3PAR_Volumes | Added support for Alletra. |
1 DataSource:addCategory_CommVault | Refactored version retrieval to query /CommServ first with /GetVersionInfo as an additive fallback to ensure version properties are still available without CommCell-level View permission. |
1 DataSources:CommVault_Job_Backups | Added improved pagination. |
6 DataSources:NetApp_ONTAP_AggregateNetApp_ONTAP_ClusterPerformanceNetApp_ONTAP_DisksNetApp_ONTAP_NodePerformanceNetApp_ONTAP_SVM - NetApp_ONTAP_Volumes | New topology support. |
1 DataSource:Infoblox_Appliance_Disk | Added instance detection for primary hard disk. |
1 DataSource:Cisco_DNAC_Devices1 TopologySource: Cisco_DNAC_Topology | Added support for custom property cisco.dnac.use.network.devices. This can be set on DNAC resources in order to use the new networkDevices endpoint, which provides less datapoints but correctly reports all resources for large environments. If not set the legacy device-health endpoint is used which provides full datapoint coverage but has known paging issues reporting all resources. |
1 DataSource:NetSNMPdiskIO | Added improved instance grouping. |
1 DataSource:Cisco_SIP_Connections | This change results in historical data loss. Removed redundant complex datapoints cSipStatsActiveTCPConnectionsRaw and cSipStatsActiveUDPConnectionsRaw. Updated cSipStatsActiveTCPConnections and cSipStatsActiveUDPConnections from Derive to Gauge to store polled active SIP connection values directly and avoid misleading 0 values when counts remain unchanged between polls. |
2 DataSources:Citrix_XenApp_DatastoreStatus | Added support for WinRM.UseSSL, WinRM.SkipRevocationCheck, and WinRM.Port for WinRM connections. These properties provide more control over how New-PSSession connections are handled, enabling secure HTTPS transport, optional certificate revocation bypass, and custom port usage. |