Latest GA Release
Falcon LogScale 1.216.0 GA (2025-11-25)
| Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
|---|---|---|---|---|---|---|---|---|
| 1.216.0 | GA | 2025-11-25 | Cloud | Next LTS | 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.216.0 to download the latest version
Bug fixes and updates
Deprecation
Items that have been deprecated and may be removed in a future release.
In order to simplify and clean up older documentation and manuals that refer to past versions of LogScale and related products, the following manual versions will be archived after 15th December 2025:
This archiving will improve the efficiency of the site and navigability.
Archived manuals will be available in a download-only format in an archive area of the documentation. Manuals that have been archived will no longer be included in the search, or accessible to view online through the documentation portal.
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:
Storage
When a request to LogScale hits a timeout for updating the global database, it will now return HTTP status code 500 instead of status code 400.
Queries
Filter prefixes have been refactored to change the way they are validated - as a result, the diagnostic message for all prefixes has been changed.
A query prefix may only contain pure filters. Transformations, aggregations etc. are not allowed. Functions are also disallowed, even if their behavior is purely filtering.
New features and improvements
Dashboards and Widgets
Tablewidgets now support a new Column overflow setting with options to either truncate or wrap text content. Users can now control how to handle long text entries in table columns, improving readability and visual organization of various data and display preferences.The setting is available in the widget style panel under General.
For more information, see Table Widget.
Fixed in this release
Functions
Fixed an issue related to serialization where queries including
fieldstats()functions orcount()with thedistinctparameter set totruewould sometimes fail, causing the query to be cancelled.
Known Issues
Storage
For clusters using secondary storage where the primary storage on some nodes in the cluster may be getting filled (i.e. the storage usage on the primary disk is halfway between
PRIMARY_STORAGE_PERCENTAGEandPRIMARY_STORAGE_MAX_FILL_PERCENTAGE), those nodes may fail to transfer segments from other nodes. The failure will be indicated by the error java.nio.file.AtomicMoveNotSupportedException with message "Invalid cross-device link".This does not corrupt data or cause data loss, but will prevent the cluster from being fully healthy, and could also prevent data from reaching adequate replication.
Improvement
Documentation
We have enabled a new search system for the main search pages which includes the following features:
Faster and more efficient searching
Defaults to searching only the current manuals covering the latest active releases
Searching of the full document set is available by selecting the checkbox on the search page
Auto-corrections and spelling mistakes are now automatically corrected during the search
Suggestions for alternative search terms (e.g. Virtual Private Network in place of VPN); clicking the links will search for the alternative term
Highlighting of found search terms on pages when you click through to a page; highlights can be removed by clicking the button at the top of the page