Humio Server 1.1.32 Archive (2018-11-15)
Version | Type | Release Date | End of Support | Upgrades From | Data Migration | Config. Changes |
---|---|---|---|---|---|---|
1.1.32 | Archive | 2018-11-15 | 2019-11-19 | 1.1.0 | Yes | Yes |
JAR Checksum | Value |
---|---|
MD5 | d33e3e5efff00f0b1d85d385ea269462 |
SHA1 | 4f31157403313e8b17137366b3a8328773f026f5 |
SHA256 | 3c1122d4bea20462bbbabcd0dc42650756c7da2dd90c6460d6de304d3c3bf210 |
SHA512 | 0e0e0182678ae1b6ce1f46b15a9d2fb2818d3ac625920feca372d024510d3cecef0dd79dcd46a3839e4123211d834d5124cc019cbb43c8d6fea24f075deb52f2 |
stripAnsiCodes()
function, top on multiple
fields and Bug Fixes, default repository query
Bug Fixes
Summary
Added support for Java 11. Humio can now be run with Java 9 or Java 11. Humio's Docker images are updated to use Java 11 and we encourage people to update to Java 11 and use Azul's OpenJDK Zulu builds.
Repositories' default search interval has been replaced with the possibility to choose a default repository query. All default search intervals will be migrated to default queries. A default query can be set by saving a query and checking the "Use as default" checkbox.
Bug Fix connecting to Kafka when using the property EXTRA_KAFKA_CONFIGS_FILE.
Functions
New
stripAnsiCodes()
function: strips ANSI color codes from a field.New
range()
function: finds numeric range between the smallest and largest numbers for the specified field over a set of events.top()
function now supports more than one field to group on combination of fields.