Humio Server 1.1.36 Archive (2018-11-28)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.1.36 | Archive | 2018-11-28 | Cloud | 2020-11-30 | No | 1.1.0 | Yes |
Available for download two days after release.
JAR Checksum | Value |
---|---|
MD5 | cb5614ccde77ea9789a0cfb300cd5a16 |
SHA1 | fc269cc45480142120ec11949f89cb2212df60d4 |
SHA256 | b41d9ecf30c02199cb5a3a954da1e80457b643d85622c0790ed9ee6ba1eb7a97 |
SHA512 | 8270540462fb03756b02bc6f6d4af37eef7c033c45664b05649c8aaf7484b1ae20ddbe707a6261a4b71c017372b916b835694e16138b6732807db2f42acdf4f9 |
Role-based auth support for SAML & LDAP
Fixed in this release
Summary
Config variable
AUTO_CREATE_USER_ON_SUCCESSFULL_LOGIN
renamed to (the correctly spelled)AUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN
.GELF over HTTP support. Note that this format is a good fit for uncommon events, but due to lack of bulk support not efficient for streams with high amounts of traffic. Authentication is required using basic auth with an ingest token (or personal API token, but using that is not recommended).
Role-based access control is now supported for on-prem when using SAML or LDAP for authentication.
Set thread priorities on internal threads.
Functions
Extended
session()
function to accept an array of function instead of only one.