Skip to content

logsearch/19

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

Release Notes

Component Upgrades: - Elasticsearch 1.5.1 (from 1.4.0, via #114) - Logstash 1.5.0-rc3 (from 1.4.1, via #108, #119) - Kibana 4.0.1 (via #108) - OpenJDK 1.8.0_40 (from 1.7.0_51, via #108)

Bug Fixes: - elasticsearch: increased ulimit to avoid Too many open files errors (#93 via #101) - elasticsearch: removed several default cluster settings in favor of user-specified (#112 via #115) - parser: updated elasticsearch client config to reuse shared elasticsearch.config_options (#113) - archiver: exit immediately upon s3 upload failure - archiver: no longer logging erroneous LogStash::ShutdownSignal errors

Enhancements: - archiver: add metric collector for pending uploads - parser: allow event-specific index names, type names, and document ids (#68 via #106) - parser: allow specifying additional logstash plugins via deployment manifest ( #122 ) - logsearch: include logstash parsers for logs written by our jobs (via #109) - general: add interactive support for elasticsearch-rolling-restart (via @johnnydtan, #117)

General: - documentation improvements - cleanup unused properties from job specs

Upload this release to your BOSH using:

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

Usage

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

- name: "logsearch"
  version: "19"
  url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=19"
  sha1: "33613bd6b0fda958e89e91beec2b54d089b2c59a"

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

bosh upload-release --sha1 33613bd6b0fda958e89e91beec2b54d089b2c59a \
  "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=19"

Jobs

Packages