Skip to content

logsearch/21

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

Release Notes

Upgrades: - Elasticsearch 1.6.0 (from 1.5.2, via #141) - Logstash 1.5.2 (from 1.5.0, via #141) - Kibana 4.1.1 (from 4.0.1, via #141)

Bug Fixes: - Fixed redis logging to /dev/null (via #143)

Enhancements: - Switch elasticsearch and redis to run as vcap user (#116 via #133) - Messages without a type are indexed as unknown instead of %{@type} (#65 via #134) - Optional, ingestor-tier logstash filters support (#4 via #135) - Allow configuring elasticsearch templates and documents by deployment manifest (#40 via #144) - New job errand for executing a simple ship-parse-search lifecycle as a test (#132) - Switch to logging conventions from logsearch-shipper’s release-utils

Other: - Improved spiff-managed, stub files for AWS and warden (via #137) - Concourse CI pipelines (WIP)


bosh upload release https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=21

Usage

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

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

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

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

Jobs

Packages