logsearch-for-cloudfoundry/204.0.0
You can find the source of this version on GitHub at cloudfoundry-community/logsearch-for-cloudfoundry. It was created based on the commit a8953c63
.
Release Notes¶
Contents
Notices
- IMPORTANT: Firehose-to-syslog now supports authentication only with UAA client.
- This version of Logsearch for Cloud Foundry includes firehose-to-syslog v3 with TLS syslog support. Please refer to docs/tls-configuration.md for configuration.
- Added route-registrar, this eliminates the need to attach EIP to ls-router job.
Component Updates
- Update firehose-to-syslog to v3:
- Added TLS syslog support.
- Stop supporting CF username and password for authentication, now it requires UAA client. This client will be automatically created in
pre-start
script foringestor_cloudfoundry-firehose
job.
- Added route-registrar:
- Kibana domain name can be configured with
create-uaa-client.kibana_domain
property, default tologs.CF_SYSTEM_DOMAIN
.
- Kibana domain name can be configured with
- CF-Kibana errand now includes Kibana v5.3.0.
- Updated Kibana CF Auth plugin:
- Added Kibana 5.3.0 support.
Compatible Releases
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "logsearch-for-cloudfoundry" version: "204.0.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/logsearch-for-cloudfoundry?v=204.0.0" sha1: "78b66006d799f7724190f4f0f292703b08767923"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 78b66006d799f7724190f4f0f292703b08767923 \ "https://bosh.io/d/github.com/cloudfoundry-community/logsearch-for-cloudfoundry?v=204.0.0"
Jobs¶
- cf-kibana
- create-uaa-client
- elasticsearch-config-lfc
- ingestor_cloudfoundry-firehose
- kibana-auth-plugin
- parser-config-lfc
- route_registrar
- smoke-tests
- upload-kibana-objects