Today we are releasing Graylog v3.1.4 with a few bug fixes. Many thanks to our community for reporting issues and contributing fixes!
DOWNLOADS
Download v3.1.4 here
Please report bugs and any other issues in our GitHub issue tracker. Thank you!
GRAYLOG ENTERPRISE 3.1.4
Fixed
- Only write archive metadata if the archiving process succeeded.
- Improve resiliency of widgets in reports.
GRAYLOG 3.1.4
CORE
Added
Add URL whitelist service to make sure that lookup data adapters and event notifications cannot use arbitrary URLs. Attention: The URL whitelist is enabled by default! On the first server startup after the upgrade, the URL whitelist service will automatically generate whitelist entries for existing lookup data adapters and event notifications. See URL whitelist documentation for details.
Changed
- Reduce amount of log messages when job scheduler is disabled on a node. Graylog2/graylog2-server#6451 Graylog2/graylog2-server#6816
Fixed
- Fix global API browserlink. Graylog2/graylog2-server#6823 Graylog2/graylog2-server#6826
- Ensure that aggregation events always have a source_streams field for permission checks. Graylog2/graylog2-server#6876 Graylog2/graylog2-server#6877
- Fix caching issue with route_to_stream pipeline function. Graylog2/graylog2-server#4954 Graylog2/graylog2-server#6788
- Fix issue with calculating index ranges. Graylog2/graylog2-server#6828 Graylog2/graylog2-server#6957 Attention: If you areaffected by Graylog2/graylog2-server#6828, you have to manually recalculated indexranges for all your index sets.
- Improve API browser for event resources. Graylog2/graylog2-server#6742 Graylog2/graylog2-server#6955
- Fix message indexing issue that could potentially stop message indexing completely. Graylog2/graylog2-server#5091 Graylog2/graylog2-server#6965 Graylog2/graylog2-server#7071
INTEGRATIONS PLUGIN
Added
- Add support for automatic authentication scheme for the AWS Kinesis integration. (environment variables, Java properties, instance roles) Graylog2/graylog-plugin-integrations#264 Graylog2/graylog-plugin-integrations#279
- Add “assume role” support for AWS Kinesis integration. Graylog2/graylog-plugin-integrations#264 Graylog2/graylog-plugin-integrations#279
Fixed
- Fix rate limit issue with AWS Kinesis streams. Graylog2/graylog-plugin-integrations#341 Graylog2/graylog-plugin-integrations#342