Skip to content

logsearch/204.0.0

You can find the source of this version on GitHub at logsearch/logsearch-boshrelease. It was created based on the commit 6b05207d.

Release Notes

Dependency Upgrades

  • Elasticsearch upgrade to 2.3.5
  • Kibana upgrade to 4.5.4
  • Logstash upgrade to 2.3.3 (OpenJDK 1.8.0_91)
  • Redis upgrade to 3.2.0
  • Haproxy upgrade to 1.6.5

New Features

  • It is now possible to configure ls-router to forward traffic directly to ElasticSearch (use with caution)

    properties:
    haproxy:
    elastic:
      inbound_port: 7777
      backend_servers: [master_ip]
      auth:
        username: username
        password: password
    
  • An ElasticSearch license can now be specified

    properties:
    elasticsearch_config:
    license: |
      {license_json}
    
  • A new ingestor-bosh-nats was created to automatically ingest certain messages from the BOSH NATS bus

  • All the logsearch component syslog files are being forwarded to the cluster monitor by default. Check the syslog_forwarder job for details

Bug fixes

  • Enable TLS in smoke-test errand for TLS-only ingestors.

    properties:
    smoke_tests.use_tls: true
    
  • The ElasticSearch data nodes use dynamic IPs now to make scaling and manifest generation less problematic

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "logsearch"
  version: "204.0.0"
  url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=204.0.0"
  sha1: "3ec26a3ff0bbcffcd2b25d006007fb8b99c217bb"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 3ec26a3ff0bbcffcd2b25d006007fb8b99c217bb \
  "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=204.0.0"

Jobs

Packages