Humio Server 1.1.36 Archive (2018-11-28)

Version?Type?Release Date?Availability?End of SupportSecurity UpdatesUpgrades From?Downgrades To?Config. Changes?
1.1.36Archive2018-11-28

Cloud

2020-11-30No1.1.01.0.0Yes

Available for download two days after release.

Hide file hashes

Show file hashes

Role-based auth support for SAML & LDAP

Fixed in this release

  • Summary

    • 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).

    • Config variable AUTO_CREATE_USER_ON_SUCCESSFULL_LOGIN renamed to (the correctly spelled) AUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN.

    • Role-based access control is now supported for self-hosted 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.