Releases: cloudfoundry-community/logsearch-boshrelease
Releases · cloudfoundry-community/logsearch-boshrelease
v210.1.0
Contents
Component Updates
- Curator was updated to v5.4.0. Now it works with Elasticsearch v6 🎉
- Cerebro was updated to v0.8.1. Thanks @Scoobed for reporting the issue.
- Added content type to Elasticsearch curl requests. Please see logsearch-boshrelease #137 for more details. Thanks @vetin4ri!
Compatible Releases
v210.0.0
Important note
- If you're upgrading from v209 or less (Elastic stack version 5) - you must use v209.1.0 transitional release to properly migrate your
.kibana
index .
Breaking changes
- Upgraded to Elastic stack version 6
Known bugs
smoke-tests
errand couldn't work correctly after deployment because of this commit. It was included for transitional purposes. Just roll it back to make smoke tests working.
Updates
- Switched to Xenial stemcell
- OPS file for cf-kibana
v209.1.0
Transitional release
The main reason for cutting this release - is transition to v210 where Elasticsearch engine version 6 will be implemented.
This release converts your .kibana
index to new format, to be consumed by Elasticsearch v6 properly.
There are no changes for Logsearch for Cloud Foundry release yet.
v209.0.2
Contents
Component Updates
- ELK Stack was updated to v5.6.13. Fixes CVE-2018-17245 and CVE-2018-17246. Please see logsearch-boshrelease #123 for more details. Thanks @MHenn1g!
- All Logsearch for Cloud Foundry related dependencies are now part of separate ops file.
- Added terraform scripts for AWS load balancers creation.
Compatible Releases
Known bugs
- Real SHA1 sum for release is
40c1f1bb9a60a4832280824d5fb508031a9558a7
v209.0.1
Contents
Component Updates
- ELK Stack was updated to v5.6.12. Fixes CVE-2018-3830 and CVE-2018-3831. Please see logsearch-boshrelease #127 for more details. Thanks @thelangley!
- Cerebro now supports LDAP authentication type.
- Allow to set Elasticsearch and Logstash heap size via percentage, thanks to a PR by @sba30.
Compatible Releases
v209.0.0
Contents
Component Updates
- Drop deprecated
flush_size
option, thanks to a PR by @jmcarp. - ELK Stack was updated to v5.6.4.
- Added support of Elasticsearch Snapshot/Restore feature.
- Install Logstash syslog plugin during packaging.
- Removed outdated jobs from release.
- Fixed bugs in Elasticsearch post-start script, thanks to a PR by @Hariharan-Gandhi.
Compatible Releases
v208.0.0
Contents
Component Updates
- Became BOSH 2.0 compatible.
- Enable Logstash persistent queues by default, starting from this release Redis is no longer used as message broker.
- Dropped enable_shard_allocation errand job.
- ELK Stack was updated to v5.5.2.
- Operator can configure additional Elasticsearch Curator actions now.
Compatible Releases
v207.0.0
Contents
Component Updates
- ELK Stack was updated to v5.3.1 (Elasticsearch 5.3.1, Kibana 5.3.1, Logstash 5.3.1).
- Elasticsearch:
- Added jvm.options configuration file. Additional properties can be set via
elasticsearch.jvm_options
#63.
- Added jvm.options configuration file. Additional properties can be set via
- OpenJDK bumped to 1.8.0_131.
Compatible Releases
v206.0.1
v206.0.0
Contents
Notices
- This version of Logsearch is based on ELK Stack v5.3.0.
Component Updates
- ELK Stack was updated to v5.3.0 (Elasticsearch 5.3.0, Kibana 5.3.0, Logstash 5.3.0).
- HAProxy bumped to 1.7.5:
- SSL can be disabled for ingestor and Kibana if cert is provided.
- Added TLS syslog frontend/backend.
- Removed EIP from ls-router job, please refer to Logsearch for Cloud Foundry release notes.
- Logstash:
- Added flag to disable TLS syslog ssl validation.