Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #18959: Fix user input deleted in the service search name input

Component Setup
Title Fix user input deleted in the service search name input
Date Dec 5, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

The monitor all services filter "Service (regex)" input previously had an issue when services that come alphabetically before the user’s input partially matched the input. For example, if the user typed "Memory," a service named "App Memory 1" would appear before it alphabetically. When an exact match for the input existed—such as a service named exactly "Memory"—the user’s input selection would disappear. Instead, the first service from the list was selected automatically, causing confusion.

To resolve this, the results are now ordered to show the exact match first, followed by services that start with the user input string, and then the rest. This change ensures the exact match always appears at the top of the list, making it easier to find and select the intended service without duplicates.

To the list of all Werks