Falcon LogScale 1.208.0 GA (2025-09-30)

Version?Type?Release Date?Availability?End of SupportSecurity UpdatesUpgrades From?Downgrades To?Config. Changes?
1.208.0GA2025-09-30

Cloud

Next LTSNo1.150.01.177.0No

Available for download two days after release.

Hide file download links

Show file download links

Bug fixes and updates

Deprecation

Items that have been deprecated and may be removed in a future release.

Behavior Changes

Scripts or environment which make use of these tools should be checked and updated for the new configuration:

  • Queries

    • Made changes to correlate() internals that are not backwards compatible. Clusters with mixed new and old LogScale versions will not be able to run correlate() queries until all nodes are upgraded. This limitation also applies to Multi-Cluster Search queries across clusters running different versions.

  • Functions

    • The following function restrictions are now compile-time errors instead of runtime errors, making them detectable by GraphQL APIs and Language Service Protocol (LSP):

New features and improvements

  • Dashboards and Widgets

    • Added a default Series color palette option for dashboards. This new palette can be configured at dashboard level and can be inherited by those widgets that support multiple color palettes for differentiating between series.

  • Functions

    • The Upload file action has now been renamed to Lookup file action and improved with new upload functionalities:

      • Overwrite – Replaces entire file contents of existing file (existing behavior)

      • Append – Adds new information to the end of existing file

      • Update – Updates specific rows based on selected key columns.

      Note

      The existing behavior for the Lookup File action is Overwrite, which replaces the entire contents of existing CSV files.

      For more information, see Action Type: Upload File, Lookup Files.

Fixed in this release

  • Metrics and Monitoring

    • Fixed two issues with metrics:

      • Ingest queue offset metrics are now properly cleaned up when the job switches nodes, preventing stale metric reporting.

      • Falcon Data Replicator (FDR) queue metrics can now be re-registered after being unregistered, supporting re-enabled FDR feeds.

      Affected metrics:

      • ingest-consumer-group-offset

      • ingest-consumer-group-offset-lag

      • ingest-offset-lowest

      • ingest-queue-lowest-offset-lag

      • fdr-message-count

      • fdr-inflight-message-count

      For more information, see Ingesting FDR Data into a Repository.

Improvement

  • Administration and Management

    • Re-introduced audit logging when overriding an existing Lookup file with identical content.

  • Queries

    • Added user-visible warnings to alert users when query polling fails repeatedly.

  • Functions