Falcon LogScale 1.203.0 GA (2025-08-26)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
---|---|---|---|---|---|---|---|---|
1.203.0 | GA | 2025-08-26 | 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.203.0 to download the latest version
Bug fixes and updates
Deprecation
Items that have been deprecated and may be removed in a future release.
AUTOSHARDING_MAX
configuration variable is now being deprecated and will be removed in version 1.207.The
EXTRA_KAFKA_CONFIGS_FILE
configuration 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:
Automation and Triggers
Logs regarding the status of the scheduled search job now have the fields
category=ScheduledSearch
andsubCategory=Job
, instead of havingcategory=Job
and nosubCategory
.For more information, see Query Scheduling.
New features and improvements
Configuration
The PDF Render Service now supports TLS/HTTPS connections for enhanced security. This allows the service to operate in secure environments with encrypted communication.
The following environment variables enable the TLS feature:
TLS_ENABLED
- Set totrue
to enable HTTPS modeTLS_CERT_PATH
- Path to TLS certificate fileTLS_KEY_PATH
- Path to TLS private key fileTLS_CA_PATH
- Optional CA certificate path
When TLS is enabled, the service supports TLS versions 1.2 and 1.3. The service maintains backward compatibility - when
TLS_ENABLED
is not set orfalse
, it operates in HTTP mode.This enhancement improves security for Schedule PDF Reports generation in enterprise environments requiring encrypted connections.
For more information, see PDF Render Service.
Fixed in this release
Dashboards and Widgets
Fixed an issue that allowed users to save a dashboard using the FixedList Parameter without a defined value, causing dashboard exports to fail.
Improvement
User Interface
Improved query parameter detection accuracy for queries using parameters with special characters:
Now correctly identifies parameters with
.
characters in the name (for example,?http.method
).Properly detects quoted parameter names in default value syntax (for example,
?{"http.method"="GET"}
)