Falcon LogScale 1.106.1 GA (2023-09-18)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.106.1 | GA | 2023-09-18 | Cloud | 2024-09-30 | No | 1.70.0 | No |
Available for download two days after release.
Bug fixes and updates.
New features and improvements
Installation and Deployment
The following adjustments have been made to the launcher script:
Removed UnlockDiagnosticVMOptions
Raised default heap size to 75% of host memory, up from 50%
Move -XX:CompileCommand settings into the mandatory launch options, to prevent accidentally removing them when customizing
HUMIO_JVM_PERFORMANCE_OPTS
Set -XX:MaxDirectMemorySize to 1/5GB per CPU core as a default.
Print a warning if the sum of the heap size and the direct memory setting exceeds the total available memory.
Configuration
GCS bucketing and query streaming now use the same proxy configuration as overall system proxy and S3 proxy. Example:
HTTP_PROXY_HOST
,HTTP_PROXY_PORT
,HTTP_PROXY_USERNAME
,HTTP_PROXY_PASSWORD
Fixed in this release
Functions
Fixed a bug where
join()
queries could result in a memory leak from their sub queries not being properly cleaned up.