Falcon LogScale 1.199.0 GA (2025-07-29)
| Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? | 
|---|---|---|---|---|---|---|---|---|
| 1.199.0 | GA | 2025-07-29 | Cloud | 2026-09-30 | No | 1.150.0 | 1.177.0 | No | 
Available for download two days after release.
Hide file download links
Download
- Use docker pull humio/humio-core:1.199.0 to download the latest version 
Deprecation
Items that have been deprecated and may be removed in a future release.
The
lastScheduledSearchfield from theScheduledSearchdatatype is now deprecated and planned for removal in LogScale version 1.202. The newlastExecutedandlastTriggeredfields have been added to theScheduledSearchdatatype to replacelastScheduledSearch.
The
EXTRA_KAFKA_CONFIGS_FILEconfiguration variable has been deprecated and planned to be removed no earlier than version 1.225.0. For more information, see RN Issue.
rdns()has been deprecated and will be removed in version 1.249. UsereverseDns()as an alternative function.
Behavior Changes
Scripts or environment which make use of these tools should be checked and updated for the new configuration:
Installation and Deployment
When using
KAFKA_MANAGED_BY_HUMIO=true, LogScale will now crash on boot if it fails to determine whether its topics exist in Kafka via Kafka's admin API. Previously, LogScale would assume the topics didn't exist and attempt to create them, resulting in confusing error messages if the topics actually existed.
GraphQL API
Setting the MaxRelocatedDatasourcesInGlobal field of the
DynamicConfigdatatype to0or negative value now sets the limit to0instead of resetting to the default value. Users wishing to return to the default value should use the API to unset the configuration.
Packages
Custom packages now require a more strict folder structure to ensure consistency and reliability:
The
manifest.yamlfile can be located anywhere in the project, and its location defines the package root.
All asset folders (such as parsers, alerts, and actions) must be directly located in the project root.
New features and improvements
- Functions - Added - text:startsWith()which can be used to test whether a field or string constant contains a specific prefix.
- Added - text:endsWith()which can be used to test whether a field or string constant contains a specific suffix.
 
Fixed in this release
- Functions - The - correlate()function has been fixed as conditional statements (such as- case/- if) with field assignments incorrectly included fields from all branches in the output, rather than only fields from the executed branch.