We just released Graylog v2.3.0-rc.2! This is the second release candidate for Graylog v2.3.
As we’ve mentioned in previous release notes, the two main features in Graylog v2.3 are support for Elasticsearch 5 and Lookup Tables. If you are interested to see a first version of the new features, please download the new release candidate and let us know if you have any feedback or run into problems. You can report bugs and any other issues in our GitHub issue tracker.
Thank you!
ELASTICSEARCH 5 SUPPORT & LOOKUP TABLES
Please check out the 2.3.0-alpha.2 blog post for details on the new Elasticsearch 5 support and the new Lookup Tables feature.
DOWNLOAD LINKS
Download Graylog v2.3.0-rc.2:
- DEB or RPM packages are available in our repositories. Check our documentation for details
- Docker image
- OVA / Appliance
- Tarball (manual installation)
CHANGES
Below are the changes we made in v2.3.0-rc.2 since Graylog v2.3.0-rc.1:
CORE
- Fix remote address field for GELF UDP inputs. Graylog2/graylog2-server#3982 Graylog2/graylog2-server#3988 Graylog2/graylog2-server#3980
- Improve error messages for rotation strategies. Graylog2/graylog2-server#3995 Graylog2/graylog2-server#3990
- Fix legend for stacked charts. Graylog2/graylog2-server#4010 Graylog2/graylog2-server#3996
- Fix size based index rotation strategy. Graylog2/graylog2-server#4011 Graylog2/graylog2-server#4008 Graylog2/graylog2-server#3997
- Implement retry handling for failed Elasticsearch requests. Graylog2/graylog2-server#4012 Graylog2/graylog2-server#3993
- Fix NullPointerException in ExceptionUtils. Graylog2/graylog2-server#4014 Graylog2/graylog2-server#4003