Falcon LogScale 1.112.2 LTS (2024-01-22)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.112.2 | LTS | 2024-01-22 | Cloud | 2024-11-30 | No | 1.70.0 | No |
TAR Checksum | Value |
---|---|
MD5 | bb1877af748c84bba281516a911b0823 |
SHA1 | 297c770af75cfc5700a069878eb08d85e817ece8 |
SHA256 | 6113922ff798079c87265ae4f7e7ecc3c3b8a94b2feeaf4ea2d6e81201d2fc83 |
SHA512 | bc789a19665d430281cfbe1241e0c5a5f4e01edbc5060295cb1215d65d2917a058c9616735ff210e2eaa5c41bba406aa63e17ba973e3cdf5760484e946e75ded |
Docker Image | Included JDK | SHA256 Checksum |
---|---|---|
humio | 21 | 7a37137d187338bc1bf46e3b4daa5659914fbd15758158f33a88db1f268cac81 |
humio-core | 21 | dddd6f2ed3ab4a5b21c40074cbc7a61526887415999273933bdc950740cb3a1b |
kafka | 21 | 0572df2b7ac4c78e495fde4180c099375c8e33e8fd20dbec8befd0554c706c7a |
zookeeper | 21 | b920b2354194c91f3e6acee62d205ed6b02379dd780458fda9bddfaf58ac4b23 |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.112.2/server-1.112.2.tar.gz
Bug fixes and updates.
Advance Warning
The following items are due to change in a future release.
Installation and Deployment
We intend to drop support for Java 17, making Java 21 the minimum. We plan to make this change in March 2024.
New features and improvements
GraphQL API
Added limits for GraphQL queries on the total number of selected fields and fragments. Defaults are
1000
for authenticated and150
for unauthenticated users.Cluster administrators can adjust these limits with the
GraphQLSelectionSizeLimit
andUnauthenticatedGraphQLSelectionSizeLimit
dynamic configurations.