Falcon LogScale 1.249.0 GA (2026-07-14)
| Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
|---|---|---|---|---|---|---|---|---|
| 1.249.0 | GA | 2026-07-14 | Cloud | Next LTS | No | 1.177.0 | 1.177.0 | No |
Hide file download links
Download
Use docker pull humio/humio-core:1.249.0 to download the latest version
Bug fixes and updates
Advance Warning
The following items are due to change in a future release.
Installation and Deployment
We are decommissioning the the Nexus server used to host Java-based LogScale installation binaries, with a tentative decommission date of August 14, 2026. To download Java-based LogScale installers, please send a request to logscalesuccess@crowdstrike.com to obtain a username & API token, which are required to download from our new distribution platform.
Documentation
Our documentation homepage, functionality, and content will undergo a series of improvements before the end of August 2026. As the volume of content on the site has grown significantly, we recognize that finding the right information can be challenging. These changes are designed to improve navigation, make content easier to find, and provide clearer distinctions between content areas.
Functionality and Navigation
New Default Homepage โ Improved navigation and organization to help you find information more quickly. The existing legacy homepage will remain available.
Curated Content Pages โ Topic-specific pages that provide key resources tailored to different areas of the documentation. Each page includes:
Search scoped to that specific content area
Highlights of new and recently updated pages
Guided Workflow Pages โ Step-by-step, page-by-page guides to help you learn about specific areas of LogScale.
Bookmark Groups โ Organize bookmarks into custom groups to create your own categorized link collections.
Page Watching and Notifications โ Monitor pages and content for changes, so you're always aware of updates to the content you use most.
Custom Homepage โ Set a Curated Content page as your homepage, so visiting library.humio.com takes you directly to your preferred content area.
Content Improvements
New CrowdStrike Query Language (CQL) Manual โ A standalone manual covering:
Query structure and execution context
Internal data representation
Datatypes used in queries and functions
Function types, input and output values, and related functions
Common query patterns organized by use case and challenge
Guides for translating SQL to CQL
New Getting Data Out Manual โ Covers the different ways to extract information from LogScale, including APIs, the search interface, dashboards, and automation.
New Getting Data In Manual โ Covers the methods, tools, and integrations available for ingesting data into LogScale.
New Administration Manuals โ Separate, dedicated manuals for Self-Hosted and Cloud customers.
We will provide updates as each improvement becomes available โ we welcome your feedback as the changes roll out.
Removed
Items that have been removed as of this release.
Storage
The feature flag
NewFileTransferQueuinghas been removed. The feature it controlled is now always enabled.The following metrics have been removed due to code changes rendering them obsolete:
bucket-storage-request-upload
handle-bucket-upload-tasks-latency
handle-bucket-download-tasks-latency
start-new-bucket-tasks-latency
bucket-transfer-manager-iteration-time
bucket-storage-download-requests-cap-size-hits
The following metrics have been removed and replaced by other metrics:
bucket-storage-pending-work has been removed, and replaced by bucket-storage-currently-submitted-segment-uploads, which is labeled by whether the target bucket is the primary or secondary bucket.
bucket-storage-download-queue-free-slots has been removed and replaced by bucket-storage-download-free-slots.
bucket-storage-segment-downloads-in-progress has been removed and replaced by bucket-storage-in-progress-downloads.
Deprecation
Items that have been deprecated and may be removed in a future release.
The userId parameter for the updateDashboardToken GraphQL mutation has been deprecated and will be removed in version 1.273.
Behavior Changes
Scripts or environment which make use of these tools should be checked and updated for the new configuration:
GraphQL API
After an organization is soft deleted using the removeOrganization mutation, you can now only call the following mutations on that organization:
recoverOrganization โ Restores the organization to visible state.
rollbackOrganization โ Fully deletes the organization under certain conditions and permissions.
Previously, you could call any mutation on a soft-deleted organization.
New features and improvements
GraphQL API
The GraphQL mutation searchDataDistribution has been added on a preview basis. This new mutation returns segment data distribution statistics for a repository or view within a time range.
The query provides:
Time-bucketed segment counts
A per-datasource breakdown
Tag distribution with scan cost percentages
Separate entries for
join()anddefineTable()subqueries
This is useful for understanding data layout and estimating query scan costs before running expensive searches.
Packages
Scheduled PDF reports are now supported in packages, and can be exported as YAML files and imported from YAML files.
The GraphQL API now exposes a yamlTemplate field on the ScheduledReport output type. Three new mutations have also been added:
When a scheduled report references a dashboard from another package and both are exported together into a new package, the dashboard reference in the scheduled report template is automatically rewritten to point to the new package (e.g.
old/package:my-dashboardbecomesnew/package:my-dashboard).For more information, see Scheduled Reports in Packages.
Fixed in this release
Ingestion
Fixed an issue where ingest feeds with a backlog would experience a slower catch up process than expected due to a failure to increase polling concurrency.
Queries
Fixed an issue where recently created multi-cluster search queries waiting for dependencies would sometimes stall during handover at node restart. These queries are now handed over to a new node.
Fixed an issue where modifications to the @id field could cause queries to crash during sorting when the @timestamp field was not available. This was triggered by using the
head()function after collecting multiple @id values into a single field using thecollect()function. Events with modified @id values are now sorted after events with unmodified values.
Known Issues
Storage
For clusters using secondary storage where the primary storage on some nodes in the cluster may be getting filled (that is, 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
Storage
The field fileId has been added to bucket upload and download logs related to lookup files. This makes it easier to correlate log lines with relevant entities in the global database. The fields viewId and orgId have also been added to bucket download logs when handling lookup files.
API
The endpoint
/api/v1/uploaded-files/unset-uploaded-file-bucketIdhas a new optional Boolean parameter,includeDeleted. This allows users to unset bucket IDs for files that are marked as deleted. The parameter is set tofalseby default, and is backwards compatible.The status codes when unsetting a bucket on a nonexistent file entity have been updated for the endpoint
/api/v1/uploaded-files/unset-uploaded-file-bucketId. The endpoint now returns the following codes:204 No Content- The bucket ID has been successfully unset.404 Not Found- The file does not exist on the host.404 Not Found- The file is deleted and the value of the parameterincludeDeletedisfalse.
Ingestion
The status of MaxMind databases has been added to the ingest status endpoint as an advisory precondition.
JSON files used as lookup files that do not adhere to structural requirements are now rejected during the upload process. JSON files are now required to be in one of two formats:
An object whose values are all objects (e.g.
{ "key1": { "col1": "val1" }, "key2": { "col2": "val2" } })A non-empty array of objects (e.g.
[ { "col1": "val1" }, { "col2": "val2" } ])
Previously, JSON files with unsupported structures would result in an empty lookup file, with the contents silently discarded.
Queries
Improvements have been made to Language Server Protocol (LSP) completion suggestions, reducing the number of incorrect suggestions provided in certain contexts. Specifically, improvements have been made when providing suggestions inside array function arguments.
Fleet Management
The Fleet Management configuration editor now validates the collector configuration YAML before publishing. If a configuration contains invalid YAML, publishing and testing are blocked and an error is shown.
Note
The configuration editor only validates YAML syntax.
Metrics and Monitoring
Non-sensitive logging for thread groups has now been extended to include additional Linux Input/Output (I/O) metrics.
The following page faults from
/proc/pid/statare now included:Minor Fault -
minfltMajor Fault -
majflt
All I/O counters from
/proc/pid/ioare now included:Read Characters -
rcharWide Characters -
wcharRead System Calls -
syscrWrite System Calls -
syscwNumber of Bytes Read from Physical Storage -
read_bytesNumber of Bytes Sent to Storage Layer -
write_bytesNumber of Canceled Bytes Originally Marked for Disk Storage -
cancelled_write_bytes
They are logged per thread group as existing metrics.
Auditing and Monitoring
Customer IDs (CIDs) have been added to log and metric output, making it easier to correlate log lines and metrics with a specific customer. The CID is included wherever the organization is already identified (typically alongside the existing orgId field), and is only present when the organization has a CID set - organizations without one are unaffected.
The cid field has been added to:
Audit logs - All audit actors that carry organization information, such as organization users, ephemeral users, log collectors, and various API token actors.
Activity and system logs - System log line and per-repo/per-tag usage summary log lines.
Usage measurements - A cid field has been added on measurement events.
Log Collector metrics - On metrics ingested from log collectors via Fleet Management, a cid tag and a new orgId tag have been added.
For audit logs specifically, optional fields with no value are now omitted entirely instead of being serialized as
"field":null. This affects the cid field and existing optional fields such as prefilter, userId, and for thehumio-metricstypeSystemActorspecifically, organizationId. Anything consuming these audit fields should treat a missing field as anullvalue.Query origin metadata has been added to audit logs. Each query now includes the following fields:
origin - the page that initiated the query (e.g.
search-pageordashboard).area - the specific UI area, if applicable (e.g.
fields-panelorwidget-id-1234).dashboard-id - the dashboard ID, for dashboard pages.
These fields are sent via extraLogFields and are available in the humio-audit repository as customKey.origin, customKey.origin.area, and customKey.origin.dashboard-id respectively.
Additionally, the page and
EntitiesSearchAPI now support filtering dashboards by ID, allowing users to locate a dashboard directly from the customKey.origin.dashboard-id audit field. Unlike other dashboard filters, this matches exact IDs rather than performing a substring search.
Recent Package Updates
The following LogScale packages have been updated within the last month.
Package Changes
dell/isilon has been updated to v1.3.1.
Updated parser version to 1.2.1
Enhanced regex pattern for uid and sid field extraction to handle non-numeric values using [^;]* pattern instead of \d+
Added new test case for handling SID values with alphanumeric format (SID:S-1-22-1-0)
Improved parsing reliability for API audit logs with complex user identifiers
For more information, see Package dell/isilon Release Notes.
zscaler/internet-access has been updated to v2.1.3.
Enhanced firewall event categorization with improved match syntax for better performance
Updated event.action matching logic to include "bypassed" actions as allowed events
Improved conditional logic structure using match syntax instead of case statements
Updated ECS version to 9.3.0 and CPS version to 1.2.0
Updated parser version to 4.0.3
For more information, see Package zscaler/internet-access Release Notes.
aruba/clearpass has been updated to v1.4.1.
Added support for log4j format parsing with new regex pattern
Updated parser version to 3.0.1
Updated ECS version to 9.3.0 and CPS version to 1.2.0
For more information, see Package aruba/clearpass Release Notes.
rubrik/security-cloud has been updated to v1.1.3.
Enhanced timestamp parsing to support additional precision formats
Updated parser version to 1.1.3
Updated ECS version to 9.3.0
Updated CPS version to 1.2.0
For more information, see Package rubrik/security-cloud Release Notes.
everpure/flashblade has been updated to v1.2.1.
Updated vendor name from Pure Storage to Everpure across all package components
Updated manifest author information to reflect Everpure branding
For more information, see Package everpure/flashblade Release Notes.
cisco/meraki has been updated to v2.0.2.
Refactored parser logic to use match expressions for improved readability and performance
Added support for anyconnect_vpn_session_manager event type with session ID and user extraction
Enhanced case statement structure for better maintainability
Improved pattern matching efficiency in event type determination
For more information, see Package cisco/meraki Release Notes.
cisco/ise has been updated to v2.0.7.
Improve consistency for log.level parsing
Add support for connection failure events
Updated parser version to 3.0.7
For more information, see Package cisco/ise Release Notes.
cisco/ios has been updated to v1.10.1.
Enhanced regex patterns to handle optional carriage return characters at end of log messages for improved parsing reliability
For more information, see Package cisco/ios Release Notes.