Falcon LogScale 1.203.0 GA (2025-08-26)

Version?Type?Release Date?Availability?End of SupportSecurity UpdatesUpgrades From?Downgrades To?Config. Changes?
1.203.0GA2025-08-26

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.

  • 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. Use reverseDns() 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 and subCategory=Job, instead of having category=Job and no subCategory.

      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 to true to enable HTTPS mode

      • TLS_CERT_PATH - Path to TLS certificate file

      • TLS_KEY_PATH - Path to TLS private key file

      • TLS_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 or false, 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"})