Skip to content

logsearch/18

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

Release Notes

This release makes several changes which may require you to update your deployment manifest: - upgraded elasticsearch to 1.4 (#91) - no longer pre-install the HQ, marvel, or jetty elasticsearch plugins; instead you should now use the elasticsearch.plugins property documented in 4f3a3ff47b7ea6bb99431d3ba0d68ab37bf26cf9 - elasticsearch configuration is now YAML-based instead of JSON to make the cluster more easily customizable; you can now use the elasticsearch.config_options and elasticsearch.logging_options string properties to append deployment-specific settings to the generated defaults - we dropped the logstash_forwarder and collectd jobs; use logsearch/shipper-boshrelease or your own solution if you want log and metric forwarding

Additionally, the following changes of less impact were made: - a new rolling restart script in share/util to ease the cluster process - the logstash_parser.outputs property can be used to send parsed events to a location in addition to logsearch’s elasticsearch (#92 via @rkoster) - a new, beta kibana job for testing the development version of kibana4 (4.0.0-beta3) - the certificates and keys used in the examples/bosh-lite.yml manifest were rotated - we’ve changed/improved our approach to project documentation, now maintaining content in the docs/ directory and published to http://www.logsearch.io

Upload this release to your BOSH using

bosh upload release https://s3.amazonaws.com/logsearch-boshrelease/releases/logsearch-18.tgz

Usage

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

- name: "logsearch"
  version: "18"
  url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=18"
  sha1: "65250303ca7e4ba256d6b7a8abb79b2993c6bb54"

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

bosh upload-release --sha1 65250303ca7e4ba256d6b7a8abb79b2993c6bb54 \
  "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=18"

Jobs

Packages