Falcon LogScale 1.157.0 GA (2024-09-24)
| Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Downgrades To? | Config. Changes? |
|---|---|---|---|---|---|---|---|---|
| 1.157.0 | GA | 2024-09-24 | Cloud | 2025-10-31 | No | 1.112.0 | 1.112.0 | Yes |
Hide file download links
Download
Use docker pull humio/humio-core:1.157.0 to download the latest version
Bug fixes and updates.
Deprecation
Items that have been deprecated and may be removed in a future release.
The
QUERY_COORDINATORenvironment variable is deprecated. To control whether a node should be allowed to be a query coordinator, use thequerynode task instead. Node tasks can be assigned and unassigned at runtime using the assignTasks() and unassignTasks() GraphQL mutations respectively, or controlled using theINITIAL_DISABLED_NODE_TASKSenvironment variable.For more information, see
INITIAL_DISABLED_NODE_TASKS.The
lastScheduledSearchfield from the ScheduledSearch datatype is now deprecated and planned for removal in LogScale version 1.202. The new lastExecuted and lastTriggered fields have been added to the ScheduledSearch datatype to replacelastScheduledSearch.The deprecated JDK-less
server.tar.gztarball release is no longer being published. Users should switch to eitherserver-linux_x64.tar.gzorserver-alpine_x64.tar.gzdepending on their operating system.
Behavior Changes
Scripts or environment which make use of these tools should be checked and updated for the new configuration:
Storage
LogScale now avoids moving mini-segments to follow the digest nodes if the mini-segments are available in Bucket Storage. Instead, mini-segments will now be fetched as needed, when the digest leader is ready to merge them. This reduces the load on Global Database in some cases following a digest reassignment.
During digest reassignment, LogScale will now ignore mini-segments in Bucket Storage when deciding whether to switch merge targets because some mini-segments are not present locally. This should slightly reduce the load on Global Database during digest reassignment.
Allow live query updates to run on a new thread pool
digestLive, but only for datasources that spend more time on these updates than allowed in the digester pool on live queries, or for many datasources, if their total load exceeds time available for digesters. This frees up time for the digesters, provided there is available CPU on the node.LogScale now avoids moving merge targets to the digest leader during digest reassignment if those segments are already in Bucket Storage.
New features and improvements
GraphQL API
Field aliases now have API support for being exported and imported as YAML.
Fixed in this release
Dashboards and Widgets
Newline characters would not be escaped in the dashboard parameter input field, thus appearing as not being part of the value. This issue has now been fixed.
Queries
Stopping queries that use early stopping criteria were wrongly reported as
Cancelledinstead ofDone. The query status has now been fixed.
Other
Off-heap memory limiting might not apply correctly.
Known Issues
Queries
Improvement
Ingestion
Data ingest rate monitoring has been adjusted to ensure it reports from nodes across all node roles. Additionally, the number of nodes reporting in large clusters has been raised.
Queries
Some internal improvements have been made to query coordination to make it more robust in certain cases — in particular with failing queries — with an impact on the timing of some API responses.
Recent Package Updates
The following LogScale packages have been updated within the last month.
Package Changes
cisco/meraki has been updated to v1.2.0.
Adds the event.outcome field
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files
For more information, see Package cisco/meraki Release Notes.
rubrik/security-cloud has been updated to v1.0.1.
Renames the parser to rubrik-securitycloud.
For more information, see Package rubrik/security-cloud Release Notes.
cisco/umbrella has been updated to v1.1.0.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Adds source.ip, event.action, destination.domain, event.type and rule.uuid fields and more.
Renames the fields under the Vendor namespace from the camelcase to snakecase. It's a breaking change so don't update to this version in case your queries rely on the Vendor specific fields
Adds support of Firewall logs, Data Loss Prevention (DLP) logs and Intrusion Prevention (IPS) logs.
Renames the parser to cisco-umbrella.
For more information, see Package cisco/umbrella Release Notes.
aws/cloudtrail has been updated to v1.1.0.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Parses a timestamp based on the digestStartTime in case there is no eventTime field.
Adds new fields: event.dataset, event.reason, file.name, user.roles, source.ip, host.name and more.
Changes a user.name field values to lowercase.
Sets event.dataset and observer.type based on the event action.
Stops using the csv file to set the event categorization fields.
Renames the parser to aws-cloudtrail
For more information, see Package aws/cloudtrail Release Notes.
microsoft/windows-dns-debug has been updated to v1.1.0.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Adds new process.thread.id, event.created, network.transport, network.direction, dns.header_flags fields.
Mapps Opcode field to dns.op_code.
Updates the event.dataset from windows.dns to windows.dns-debug.
Sets the event.id based on XID field.
For more information, see Package microsoft/windows-dns-debug Release Notes.
palo-alto/prisma-sd-wan has been updated to v1.0.0.
Adds new event.module and Cps.version fields
Removes the Product and related.ip fields
Sets following tags: Cps.version, Vendor, ecs.version, event.dataset, event.kind, event.module, event.outcome, observer.type
For more information, see Package palo-alto/prisma-sd-wan Release Notes.
okta/sso has been updated to v1.1.0.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Adds event.reason field
Sets the event.kind and event.category fields for threat events.
For more information, see Package okta/sso Release Notes.
infoblox/nios has been updated to v1.1.1.
Improves event categorization and outcomes via the event.category[] and event.type[] arrays and the event.outcome field.
For more information, see Package infoblox/nios Release Notes.
nozomi/ids has been updated to v1.1.0.
Sets the event categorization fields: event.category, event.type and event.outcome based on the message data coming from the source.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
For more information, see Package nozomi/ids Release Notes.
paloalto/firewall has been updated to v1.1.0.
Adds support for PAN-OS v11.0
Improves the field extraction and performance.
Renames the fields under the Vendor namespace to pascal case notation. It's a breaking change so don't update to this version in case your queries rely on the Vendor specific fields.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Adds threat.*, event.severity fields and more.
Sets the event.action for Authentication events.
Sets the event.category to intrusion_detection and malware for Colleration events.
Classifies events according to a threat taxonomy as the MITRE ATT&CK framework.
Renames the parser to paloalto-ngfw.
For more information, see Package paloalto/firewall Release Notes.
cloudflare/zerotrust has been updated to v1.1.0.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support parser assertions in yaml files.
Adds support of Network Analytics, Magic IDS and Zone-scoped HTTP Requests logs.
Adds event.reason, message, interface.name, email.from.address, email.sender.address, email.to.address, file.name, file.size, file.sizefile.size, device.id fields and more.
Renames the parser to cloudflare-one.
For more information, see Package cloudflare/zerotrust Release Notes.
zscaler/internet-access has been updated to v1.1.0.
Consolidates dedicated parsers for ZIA feeds into one parser. *This is a breaking change as it forced to rename source fields*. When you install the latest version your search queries which rely on the Vendor specific fields might stop working.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Improves the field extraction and performance.
Extends parser to normalize Audit, Cloud Access Security Broker (CASB) and Data Loss Prevention (DLP) events.
Adds new fields: event.id, source.geo.name.
For more information, see Package zscaler/internet-access Release Notes.
aws/vpcflow has been updated to v1.1.0.
Sets new field cloud.account.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Renames the parser to aws-vpcflow.
###1.0.0
Normalizes data to CrowdStrike Parsing Standard (CPS) schema.
Sets following tags: Cps.version, Vendor, ecs.version, event.dataset, event.kind, event.module, event.outcome, observer.type
Improves the field extraction.
Removes old queries and dashboards from the package. To keep those, stay on the old version of the package.
Bumps minimum LogScale version to 1.120 to support AWS S3 ingest feed.
For more information, see Package aws/vpcflow Release Notes.
infoblox/nios has been updated to v1.1.0.
Simplifies parser logic by removing unnecessary rename operations.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Extracts the dns.answer.* and dns.resolved_ip fields.
Removes the repeat.message field.
For more information, see Package infoblox/nios Release Notes.
imperva/cloud-waf has been updated to v1.2.0.
Sets the event.category and event.type to threat/indicator for events where an attack took place.
For more information, see Package imperva/cloud-waf Release Notes.
fortinet/fortigate has been updated to v1.1.0.
Improves the field extraction and performance.
Bumps the minimum LogScale version to 1.142 to support assertions in yaml files.
Sets the error.code field.
Sets the event.category and rule.description fields based on the event type.
For more information, see Package fortinet/fortigate Release Notes.