Humio Server 1.49.1 GA (2022-07-26)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.49.1 | GA | 2022-07-26 | Cloud | 2023-08-31 | No | 1.30.0 | No |
Available for download two days after release.
Bug fixes and an updated dependency, released to cloud only.
Removed
Items that have been removed as of this release.
API
The deprecated REST API for parsers has been removed.
New features and improvements
UI Changes
The Save As... button is now always displayed on the Search page, see it described at Saving Searches.
Automation and Alerts
Fixed a bug where an alert with name longer than 50 characters could not be edited.
Functions
Other
Make
BucketStorageUploadJob
only log at info level rather than error if a segment upload fails because the segment has been removed from the host. This can happen if node X tries to upload a segment, but node Y beats it to the punch. Node X may then choose to remove its copy before the upload completes.Fix an unhandled IO exception from
TempDirUsageJob
. The consequence of the uncaught exception was only noise in the error log.Java in the docker images no longer has the
cap_net_bind_service
capability and thus Humio cannot bind directly to privileged ports when running as a non-root user.
Packages
Parser installation will now be ignored when installing a package into a system repository.
Fixed in this release
UI Changes
Fixed an issue where some warnings would show twice.
Functions
Revised some of the error messages and warnings regarding
join()
andselfJoin()
.
Other
Fix a bug that could cause a
NumberFormatException
to be thrown fromZookeeperStatsClient
.Fixed an issue where strings like
Nana
andInformation
could be interpreted asNaN
(not-a-number) andinfinity
, respectively.